Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / py-pytest / pkg-descr
1 The pytest testing tool makes it easy to write small tests, yet scales to
2 support complex functional testing.
3
4 Features:
5
6   * Auto-discovery of test modules and functions
7   * Detailed info on failing assert statements
8   * Modular fixtures for managing small or parametrized long-lived test
9     resources
10   * Multi-paradigm support: you can use pytest to run test suites based on
11     unittest (or trial), nose
12   * Single-source compatibility from Python2.6 all the way up to Python3.4,
13     PyPy-2.3, (jython-2.5 untested)
14   * Many external plugins
15
16 WWW: http://pytest.org