blob: 19fb8a5dc42a0929b9f0edba0327fc1f9060e23c (
plain) (
blame)
1
2
3
4
5
|
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.
WWW: https://pypi.org/project/pytest-asyncio/
|