Metadata-Version: 2.4
Name: laco-pytest
Version: 1.0.0
Summary: pytest fixtures and helpers for laco.
Author-email: Kurt Stolle <kurt@khws.io>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: laco>=1.0.0
Requires-Dist: pytest>=8.0

# Laco-Pytest

Pytest plugin and fixtures for laco.

Part of the [laco](https://github.com/khwstolle/laco) project — see the [root README](../../README.md) for an overview.

## Installation

```bash
pip install laco-pytest
```

## Features

`laco_config` fixture, `laco_config_file` fixture, `--laco-config` CLI option

## Usage

See [`docs/index.md`](docs/index.md) for the full guide.
