Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -3/+3 |
* | Line length < 80. | Ned Batchelder | 2009-04-19 | 1 | -2/+5 |
* | New more flexible data storage. | Ned Batchelder | 2009-04-18 | 1 | -0/+11 |
* | Commonalize more of the test case code. | Ned Batchelder | 2009-04-18 | 1 | -9/+34 |
* | Put coveragetest.py under the pylint regime. | Ned Batchelder | 2009-04-18 | 1 | -8/+20 |
* | Remove the tests' dependence on the 3rd party path module. | Ned Batchelder | 2009-04-18 | 1 | -7/+5 |
* | Use a coverage object rather than the module interface for testing, to get be... | Ned Batchelder | 2009-04-18 | 1 | -6/+7 |
* | Split CoverageTest into its own module so that it can be used by more tests. | Ned Batchelder | 2009-04-17 | 1 | -0/+163 |