[ANN] aiounittest 1.0.1 released

Krzysztof Warunek krzysztof at warunek.net
Thu Aug 17 20:58:47 EDT 2017


hi,

I'm happy to announce the first (public) release of aiounittest.

PyPi: https://pypi.python.org/pypi/aiounittest
Github: https://github.com/kwarunek/aiounittest


This is a helper library to ease of your pain (and boilerplate) when writing tests of the asynchronous code (asyncio). It supports to test:

- synchronous code (same as the unittest.TestCase)
- asynchronous code, syntax with async/await (Python 3.5+) and asyncio.coroutine/yield from (Python 3.4)

Package provides:
- AsyncTestCase, 
- futurized (mock helper), 
- async_test (sync run decorator)

More info and examples on github or pypi.

-- 
Best regards,
  Krzysztof Warunek
  <krzysztof at warunek.net>


More information about the Python-announce-list mailing list