Name: | python3-pytest-asyncio |
---|---|
Version: | 0.10.0 |
Release: | 1.el8.2 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 54554 |
License: | ASL 2.0 |
RPM: | python3-pytest-asyncio-0.10.0-1.el8.2.noarch.rpm |
Source RPM: | python3-pytest-asyncio-0.10.0-1.el8.2.src.rpm |
Build Date: | Tue Nov 05 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/pytest-asyncio |
Summary: | Pytest support for asyncio |
Description: | pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest. asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing easier. |