[ trixie ]
[ sid ]
[ ソース: python-aiounittest ]
パッケージ: python3-aiounittest (1.4.2-2)
python3-aiounittest に関するリンク
Debian の資源:
python-aiounittest ソースパッケージをダウンロード:
- [python-aiounittest_1.4.2-2.dsc]
- [python-aiounittest_1.4.2.orig.tar.xz]
- [python-aiounittest_1.4.2-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
test asyncio code more easily
The aiounittest is a helper library to ease of your pain (and boilerplate), when writing a test of the asynchronous code (:code:`asyncio`). With this library, it is possible to test:
* synchronous code (same as the unittest.TestCase from the std lib) * asynchronous code: it supports syntax like async/await (Python 3.5+) and asyncio.coroutine/yield from (Python 3.4).
その他の python3-aiounittest 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-wrapt
- decorators, wrappers and monkey patching. - Python 3.x