A plugin to test aioworkers projects with pytest
- fixtures: aioworkers, context, config_yaml
- pytest
- aioworkers
You can install "pytest-aioworkers" via pip from PyPI:
$ pip install pytest-aioworkers[asyncio]
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.
Check code:
hatch run lint:all
Format code:
hatch run lint:fmt
Run tests:
hatch run pytest
Run tests with coverage:
hatch run cov
Distributed under the terms of the Apache Software License 2.0 license, "pytest-aioworkers" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.