[ ソース: 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