summaryrefslogtreecommitdiff
path: root/test/coverage_coverage.py
Commit message (Collapse)AuthorAgeFilesLines
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-5/+5
|
* Clean up coverage_coverage.pyNed Batchelder2009-12-011-4/+7
|
* coverage_coverage.py now writes separate data files for each run of the test ↵Ned Batchelder2009-11-291-41/+70
| | | | suite, and combines them for reporting.
* Don't measure mock.py when we measure our coverage.Ned Batchelder2009-11-291-1/+1
|
* Fix some self-measurement problems. Now coverage_coverage.py works again ↵Ned Batchelder2009-11-291-1/+5
| | | | (had to be sure to stop coverage if check_coverage threw an exception).
* Increase templite test coverage, and use the new branch awesomeness when ↵Ned Batchelder2009-11-211-1/+2
| | | | coverage testing ourselves.
* Save .coverage when running our own coverage tests.Ned Batchelder2009-09-131-0/+1
|
* Don't measure the coverage package itself. Inspired by, but does not fix, ↵Ned Batchelder2009-06-241-0/+4
| | | | issue #8.
* 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