summaryrefslogtreecommitdiff
path: root/devel/py-test/DESCR
blob: 34b29cd92bc4e165d20efa100da496083c9a369c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The pytest framework makes it easy to write small tests, yet scales to support
complex functional testing for applications and libraries.

Features
* Detailed info on failing assert statements (no need to remember self.assert*
  names);
* Auto-discovery of test modules and functions;
* Modular fixtures for managing small or parametrized long-lived test
  resources;
* Can run unittest (including trial) and nose test suites out of the box;
* Python 3.5+ and PyPy 3;
* Rich plugin architecture, with over 315+ external plugins and thriving
  community;