blob: fe225513bc2af5c73b5d9b535a9efea5057fe2f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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/
|