Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |