python313-aiounittest
Python 3.13 - aiounittest - Test AyncIO Python Code Easily
3.6.0
2025-04-07
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python313-base 3.6.0
python313-wrapt 3.6.0
Internal Program Version: aiounittest 1.4.2
This is a helper library to ease of your pain (and boilerplate), when writing a
test of the asynchronous code (asyncio). You can test:
* synchronous code (same as the unittest.TestCase)
* asynchronous code, it supports syntax with async/await (Python 3.5+) and
asyncio.coroutine/yield from (Python 3.4)
https://github.com/kwarunek/aiounittest