The devel/py-asynctest,python3 port
py3-asynctest-0.13.0 – enhance unittest with features to test asyncio libraries (cvsweb github mirror)
Description
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio. asynctest imports the standard unittest package, overrides some of its features and adds new ones. A test author can import asynctest in place of unittest safely. It is divided in submodules, but they are all imported at the top level, so asynctest.case.TestCase is equivalent to asynctest.TestCase.WWW: http://asynctest.readthedocs.org/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Files
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/LICENSE.md
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/asynctest-0.13.0.dist-info/zip-safe
- /usr/local/lib/python3.11/site-packages/asynctest/
- /usr/local/lib/python3.11/site-packages/asynctest/__init__.py
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/_fail_on.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/_fail_on.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/case.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/case.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/helpers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/helpers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/mock.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/mock.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/selector.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/__pycache__/selector.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/asynctest/_fail_on.py
- /usr/local/lib/python3.11/site-packages/asynctest/case.py
- /usr/local/lib/python3.11/site-packages/asynctest/helpers.py
- /usr/local/lib/python3.11/site-packages/asynctest/mock.py
- /usr/local/lib/python3.11/site-packages/asynctest/selector.py