summaryrefslogtreecommitdiff
path: root/NEWS
blob: 82f95cc62c2a61d5d9050cc4beb3426785afdc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
NEWS about CoverageTestRunner
=============================


Version 1.5, released 2011-02-18
--------------------------------

* Report number of excluded modules.
* Ignore setup.py by default.

Version 1.4.1, released 2010-06-07
--------------------------------

* Allow use of profiling (via cProfile), by setting 
  COVERAGE_TEST_RUNNER_PROFILE environment variable. This will let you
  find out why the test suite is slow.


Version 1.3, released 2009-11-18
--------------------------------

* Threshold for when slow test timings are reported is now user settable
  via the COVERAGE_TEST_RUNNER environment variable.


Version 1.2, released 2009-11-18
--------------------------------

* Filenames are no longer prefixed by path to current directory.

* Number of excluded statements is reported.

* Modules without test modules are reported.

* .deb packaging included in upstream source.

* Option --ignore-missing-from added.


Version 1.1, released 2008-05-18
--------------------------------

Added support for '#pragma: no cover'.