Test asyncio code more easily
The aiounittest is a helper library to ease your pain (and boilerplate), when writing tests of asynchronous code (:code:asyncio). You can test: - synchronous code (same as the :code:unittest.TestCase) - asynchronous code, it supports syntax with async/await (Python 3.5+) and asyncio.coroutine/yield from Python 3.4
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.3.1-7.fc35 | - |
Fedora 35 | 1.3.1-7.fc35 | - |
Fedora 34 | 1.3.1-5.fc34 | - |
EPEL 8 | 1.3.1-2.el8 | - |
You can contact the maintainers of this package via email at
python-aiounittest dash maintainers at fedoraproject dot org
.