Name: | python3-aiounittest |
---|---|
Version: | 1.3.1 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 28653 |
License: | MIT |
RPM: | python3-aiounittest-1.3.1-2.el8.noarch.rpm |
Source RPM: | python-aiounittest-1.3.1-2.el8.src.rpm |
Build Date: | Thu Sep 17 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/kwarunek/aiounittest |
Summary: | Test asyncio code more easily |
Description: | 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 |
- Fix description (rhbz#1786953)
- Initial package for Fedora