mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
Changelog: https://github.com/pytest-dev/pytest/blob/4.5.0/CHANGELOG.rst Approved by: koobs (python, maintainer)
12 lines
465 B
Text
12 lines
465 B
Text
The pytest testing tool makes it easy to write small tests, yet scales to
|
|
support complex functional testing.
|
|
|
|
Features:
|
|
|
|
* Detailed info on failing assert statements
|
|
* Auto-discovery of test modules and functions
|
|
* Modular fixtures to manage small or parametrized long-lived test resources
|
|
* Can run unittest (or trial), nose test suites out of the box
|
|
* Rich plugin architecture, with over 315+ external plugins
|
|
|
|
WWW: https://docs.pytest.org/en/latest/
|