[ 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