This package browser is in early development. Mind the rough edges.

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.

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.