summaryrefslogtreecommitdiff
path: root/devel/py-pytest-asyncio/pkg-descr
blob: 73eb827208d7efc1ebef5b27ecd17c76408e1d2a (plain) (blame)
1
2
3
4
5
pytest-asyncio is a pytest plugin. It facilitates testing of code that uses the
asyncio library.

Specifically, pytest-asyncio provides support for coroutines as test functions.
This allows users to await code inside their tests.