python2-pytest
Python2 - pytest - Simple powerful testing with Python
3.0.0
2020-04-14
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python2-base 3.0.0
python2-atomicwrites 3.0.0
python2-attrs 3.0.0
python2-funcsigs 3.0.0
python2-importlib-metadata 3.0.0
python2-more-itertools 3.0.0
python2-pathlib2 3.0.0
python2-pluggy 3.0.0
python2-py 3.0.0
python2-setuptools 3.0.0
python2-six 3.0.0
update-alternatives 3.0.0
Internal Program Version: pytest 3.10.1
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