Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <[email protected]>
X-Debbugs-Cc: [email protected]

* Package name    : python-aiounittest
  Version         : 1.4.2
  Upstream Contact: Krzysztof Warunek <[email protected]>
* 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