summaryrefslogtreecommitdiff
path: root/test/coverage_coverage.py
Commit message (Collapse)AuthorAgeFilesLines
* More docstrings all around.Ned Batchelder2009-05-091-1/+1
|
* Change how data is harvested from the collector to simplify api use.Ned Batchelder2009-05-051-1/+0
|
* Lint lintNed Batchelder2009-05-051-1/+1
|
* Use the new clear_exclude() function to improve coverage_coverage.pyNed Batchelder2009-05-041-2/+8
|
* Keeping a stack of Collectors makes it possible for Coverage to measure ↵Ned Batchelder2009-05-031-0/+34
| | | | itself (mostly).
* The old way of self-coverage testing coverage no longer works.Ned Batchelder2009-04-301-27/+0
|
* Move the tests into the test directory.Ned Batchelder2009-03-131-0/+27
--HG-- rename : coverage_coverage.py => test/coverage_coverage.py rename : test_coverage.py => test/test_coverage.py