python313-pytest
Python 3.13 - pytest - Simple powerful testing with Python
3.6.0
2025-04-08
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python313-base 3.6.0
python313-attrs 3.6.0
python313-iniconfig 3.6.0
python313-packaging 3.6.0
python313-pluggy 3.6.0
python313-setuptools 3.6.0
update-alternatives 3.6.0
Internal Program Version: pytest 8.3.4
pytest helps you write better programs. It is a a mature full-featured,
cross-project Python testing tool. It provides:
* auto-discovery of test modules and functions,
* detailed info on failing assert statements (no need to remember
self.assert* names),
* modular fixtures for managing small or parametrized long-lived test resources.
* multi-paradigm support: you can use py.test to run test suites based on
unittest (or trial), nose,
* single-source compatibility to Python2.4 all the way up to Python3.3,
PyPy-1.9 and Jython-2.5.1, and
* many external plugins.
http://pytest.org