summaryrefslogtreecommitdiff
path: root/devel/py-test4/DESCR
blob: 6fb45ca8c51770ecd64a8a7e90948a0b1eb24203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
* Rich plugin architecture, with over 315+ external plugins and thriving
  community;

This package contains the last version supporting python 2.7.