1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/py-pytest/pkg-descr
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00

17 lines
571 B
Plaintext

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