freebsd-ports/devel/py-pytest/pkg-descr
Kubilay Kocak 8d94fe001a devel/py-pytest: Update to 2.6.4
- Update to 2.6.4
- Update COMMENT to reflect upstream description (setup.py)
- Update RUN_DEPENDS and TEST_DEPENDS
- Add TESTS option
- Update pkg-descr for more detail on features

Approved by:	python (with hat)
2015-02-25 03:47:55 +00:00

16 lines
572 B
Text

The pytest testing tool makes it easy to write small tests, yet scales to
support complex functional testing.
Features:
* Auto-discovery of test modules and functions
* Detailed info on failing assert statements
* Modular fixtures for managing small or parametrized long-lived test
resources
* Multi-paradigm support: you can use pytest to run test suites based on
unittest (or trial), nose
* Single-source compatibility from Python2.6 all the way up to Python3.4,
PyPy-2.3, (jython-2.5 untested)
* Many external plugins
WWW: http://pytest.org