
Aug. 18, 2017
9:58 a.m.
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@warunek.net>