summaryrefslogtreecommitdiff
path: root/test/coverage_coverage.py
Commit message (Expand)AuthorAgeFilesLines
* Too many files start with 'cov', rename a few.Ned Batchelder2010-08-311-89/+0
* Working on getting coverage to measure itself again.Ned Batchelder2010-08-071-2/+6
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-031-2/+1
* ignore_errors can be set in [report].ignore_errorsNed Batchelder2009-12-291-1/+1
* Forgot one place to use omit= from the config file.Ned Batchelder2009-12-281-3/+1
* Omit prefixes can be specified in the config file.Ned Batchelder2009-12-281-2/+1
* COVERAGE_PROCESS_START now is the name of the rc file, and we use it to measu...Ned Batchelder2009-12-261-7/+2
* A way to start coverage when Python starts, to help with measuring coverage i...Ned Batchelder2009-12-231-1/+2
* It helps if you exclude the proper pragma comment.Ned Batchelder2009-12-201-1/+1
* Clean upNed Batchelder2009-12-131-1/+1
* Instructions for coverage_coverage.pyNed Batchelder2009-12-061-1/+13
* 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
* 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 (ha...Ned Batchelder2009-11-291-1/+5
* Increase templite test coverage, and use the new branch awesomeness when cove...Ned Batchelder2009-11-211-1/+2
* 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, is...Ned Batchelder2009-06-241-0/+4
* 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 itsel...Ned Batchelder2009-05-031-0/+34
* 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