Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <z...@debian.org>
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name    : python-aiounittest
  Version         : 1.4.2
  Upstream Contact: Krzysztof Warunek <krzysz...@warunek.net>
* URL             : https://github.com/kwarunek/aiounittest
* License         : Expat
  Programming Lang: Python
  Description     : 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).

Note: this is a new build-dependency for python-ddt, which is used for
testing OpenStack.

Reply via email to