The devel/py-test-check port
py3-test-check-2.4.1 – pytest plugin that allows multiple failures per test (cvsweb github mirror)
Description
Normally, a test function will fail and stop running with the first failed assert. That's totally fine for tons of kinds of software tests. However, there are times where you'd like to check more than one thing, and you'd really like to know the results of each check, even if one of them fails. pytest-check allows multiple failed "checks" per test function, so you can see the whole picture of what's going wrong.WWW: https://github.com/okken/pytest-check
Maintainer
Johannes Thyssen Tishman
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/
- /usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/LICENSE.txt
- /usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/METADATA
- /usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/RECORD
- /usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/WHEEL
- /usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/entry_points.txt
- /usr/local/lib/python3.12/site-packages/pytest_check/
- /usr/local/lib/python3.12/site-packages/pytest_check/__init__.py
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/__init__.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/__init__.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/check_functions.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/check_functions.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/check_log.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/check_log.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/check_raises.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/check_raises.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/context_manager.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/context_manager.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/plugin.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/plugin.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/pseudo_traceback.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/__pycache__/pseudo_traceback.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pytest_check/check_functions.py
- /usr/local/lib/python3.12/site-packages/pytest_check/check_log.py
- /usr/local/lib/python3.12/site-packages/pytest_check/check_raises.py
- /usr/local/lib/python3.12/site-packages/pytest_check/context_manager.py
- /usr/local/lib/python3.12/site-packages/pytest_check/plugin.py
- /usr/local/lib/python3.12/site-packages/pytest_check/pseudo_traceback.py