pytest-aioworkers

A plugin to test aioworkers project with pytest


Keywords
aioworkers, pytest, python
License
Apache-2.0
Install
pip install pytest-aioworkers==0.3.0

Documentation

pytest-aioworkers

PyPI version Python versions Hatch project

A plugin to test aioworkers projects with pytest

Features

  • fixtures: aioworkers, context, config_yaml

Requirements

  • pytest
  • aioworkers

Installation

You can install "pytest-aioworkers" via pip from PyPI:

$ pip install pytest-aioworkers[asyncio]

Contributing

Contributions are very welcome. Tests can be run with hatch, please ensure the coverage at least stays the same before you submit a pull request.

To run tests:

hatch run pytest

or:

hatch run cov

License

Distributed under the terms of the Apache Software License 2.0 license, "pytest-aioworkers" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.