Name: | python3-aiounittest |
---|---|
Version: | 1.3.1 |
Release: | 14.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 28941 |
License: | MIT |
RPM: | python3-aiounittest-1.3.1-14.el9.noarch.rpm |
Source RPM: | python-aiounittest-1.3.1-14.el9.src.rpm |
Build Date: | Tue Jan 16 2024 |
Build Host: | build-ol9-x86_64.oracle.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 |