python3-pytest-asyncio - Pytest support for asyncio
Website: | https://pypi.python.org/pypi/pytest-asyncio |
---|---|
License: | ASL 2.0 |
Vendor: | Alcance Libre, Inc. |
- Description:
pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest. asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing easier.
Packages
python3-pytest-asyncio-0.14.0-1.fc14.al.noarch [19 KiB] |
Changelog
by Miro Hrončok (2020-08-08):
- Update to 0.14.0 - Fixes rhbz#1826108 |