Metadata-Version: 2.4
Name: pytest-loco-allure
Version: 1.0.0
Summary: Allure support for pytest-loco
License-Expression: BSD-2-Clause
License-File: LICENSE
Author: Mikhalev Oleg
Author-email: mhalairt@gmail.com
Requires-Python: >=3.13,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Provides-Extra: markdown
Requires-Dist: allure-pytest (>=2.15.3,<3.0.0)
Requires-Dist: allure-python-commons (>=2.15.3,<3.0.0)
Requires-Dist: markdown (>=3.10.2,<4.0.0) ; extra == "markdown"
Requires-Dist: pytest-loco (>=1.5.0,<2.0.0)
Description-Content-Type: text/markdown

# pytest-loco-allure

Allure support for `pytest-loco`.

## Install

```sh
> pip install "pytest-loco-allure[markdown]"
```

Requirements:
- Python 3.13 or higher

## Documentation

See https://pytest-loco.readthedocs.io/en/latest/integrations/allure.html

## Thanks

- [Allure Pytest](https://allurereport.org/docs/pytest/)

