Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Too many files start with 'cov', rename a few. | Ned Batchelder | 2010-08-31 | 1 | -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 Batchelder | 2010-08-07 | 1 | -2/+6 |
| | |||||
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -2/+1 |
| | |||||
* | ignore_errors can be set in [report].ignore_errors | Ned Batchelder | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | Forgot one place to use omit= from the config file. | Ned Batchelder | 2009-12-28 | 1 | -3/+1 |
| | |||||
* | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 1 | -2/+1 |
| | |||||
* | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵ | Ned Batchelder | 2009-12-26 | 1 | -7/+2 |
| | | | | measure our own coverage. | ||||
* | A way to start coverage when Python starts, to help with measuring coverage ↵ | Ned Batchelder | 2009-12-23 | 1 | -1/+2 |
| | | | | in subprocesses. | ||||
* | It helps if you exclude the proper pragma comment. | Ned Batchelder | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Clean up | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Instructions for coverage_coverage.py | Ned Batchelder | 2009-12-06 | 1 | -1/+13 |
| | |||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -5/+5 |
| | |||||
* | Clean up coverage_coverage.py | Ned Batchelder | 2009-12-01 | 1 | -4/+7 |
| | |||||
* | coverage_coverage.py now writes separate data files for each run of the test ↵ | Ned Batchelder | 2009-11-29 | 1 | -41/+70 |
| | | | | suite, and combines them for reporting. | ||||
* | Don't measure mock.py when we measure our coverage. | Ned Batchelder | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | Fix some self-measurement problems. Now coverage_coverage.py works again ↵ | Ned Batchelder | 2009-11-29 | 1 | -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 Batchelder | 2009-11-21 | 1 | -1/+2 |
| | | | | coverage testing ourselves. | ||||
* | Save .coverage when running our own coverage tests. | Ned Batchelder | 2009-09-13 | 1 | -0/+1 |
| | |||||
* | Don't measure the coverage package itself. Inspired by, but does not fix, ↵ | Ned Batchelder | 2009-06-24 | 1 | -0/+4 |
| | | | | issue #8. | ||||
* | More docstrings all around. | Ned Batchelder | 2009-05-09 | 1 | -1/+1 |
| | |||||
* | Change how data is harvested from the collector to simplify api use. | Ned Batchelder | 2009-05-05 | 1 | -1/+0 |
| | |||||
* | Lint lint | Ned Batchelder | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Use the new clear_exclude() function to improve coverage_coverage.py | Ned Batchelder | 2009-05-04 | 1 | -2/+8 |
| | |||||
* | Keeping a stack of Collectors makes it possible for Coverage to measure ↵ | Ned Batchelder | 2009-05-03 | 1 | -0/+34 |
| | | | | itself (mostly). | ||||
* | The old way of self-coverage testing coverage no longer works. | Ned Batchelder | 2009-04-30 | 1 | -27/+0 |
| | |||||
* | Move the tests into the test directory. | Ned Batchelder | 2009-03-13 | 1 | -0/+27 |
--HG-- rename : coverage_coverage.py => test/coverage_coverage.py rename : test_coverage.py => test/test_coverage.py |