python-pytest-asyncio
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.
- Versions: 1.0.0 · 0.26.0 · 0.23.8 · 0.21.2
- 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 the latest version of python-pytest-asyncio as follows:
guix install python-pytest-asyncio
Or install a particular version:
guix install python-pytest-asyncio@0.21.2
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.
Badge code
You can use the following badge to inform users of python-pytest-asyncio about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-pytest-asyncio'><img src='https://packages.guix.gnu.org/packages/python-pytest-asyncio/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-pytest-asyncio)
Example Org:
[[https://packages.guix.gnu.org/packages/python-pytest-asyncio][https://packages.guix.gnu.org/packages/python-pytest-asyncio/badges/latest-version.svg]]