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
  <krzysz...@warunek.net>
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to