mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
5 lines
257 B
Text
5 lines
257 B
Text
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/
|