python-pytest-asyncio 0.26.0
Pytest support for asyncio
Python 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 async code easier.
- Outputs:
out - Website: https://github.com/pytest-dev/pytest-asyncio
- Licenses: ASL 2.0
- Package source: gnu/packages/check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pytest-asyncio 0.26.0 as follows:
guix install python-pytest-asyncio@0.26.0
Or install the latest version:
guix install python-pytest-asyncio
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.