[ 源代码: python-pytest-asyncio ]
软件包:python3-pytest-asyncio(0.9.0-1)
python3-pytest-asyncio 的相关链接
Debian 的资源:
下载源码包 python-pytest-asyncio:
- [python-pytest-asyncio_0.9.0-1.dsc]
- [python-pytest-asyncio_0.9.0.orig.tar.gz]
- [python-pytest-asyncio_0.9.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
pytest support for asyncio.
pytest-asyncio is a ibrary for testing asyncio code with pytest.
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.
其他与 python3-pytest-asyncio 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pytest
- Simple, powerful testing in Python3