[ etiona-updates ]
[ nabia ]
[ aramo ]
[ 源代码: python-pytest-asyncio ]
软件包: python3-pytest-asyncio (0.10.0-1)
python3-pytest-asyncio 的相关链接
Trisquel 的资源:
下载源码包 python-pytest-asyncio:
- [python-pytest-asyncio_0.10.0-1.dsc]
- [python-pytest-asyncio_0.10.0.orig.tar.gz]
- [python-pytest-asyncio_0.10.0-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Cryptocoin Team
- Jonas Smedegaard
外部的资源:
- 主页 [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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3