summaryrefslogtreecommitdiff
path: root/test/coverage_coverage.py
Commit message (Collapse)AuthorAgeFilesLines
* Too many files start with 'cov', rename a few.Ned Batchelder2010-08-311-89/+0
| | | | | | --HG-- rename : covcov.ini => metacov.ini rename : test/coverage_coverage.py => test/meta_coverage.py
* 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 ↵Ned Batchelder2009-12-261-7/+2
| | | | measure our own coverage.
* A way to start coverage when Python starts, to help with measuring coverage ↵Ned Batchelder2009-12-231-1/+2
| | | | in subprocesses.
* 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
| | | | 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
--HG-- rename : coverage_coverage.py => test/coverage_coverage.py rename : test_coverage.py => test/test_coverage.py