[ 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