Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PYTHONPATH might not exist (for example on OS/X) | Ned Batchelder | 2009-06-27 | 1 | -1/+1 |
* | More docstrings | Ned Batchelder | 2009-05-09 | 1 | -0/+2 |
* | More docstrings all around. | Ned Batchelder | 2009-05-09 | 1 | -5/+13 |
* | makeFile is more useful if it doesn't append .py | Ned Batchelder | 2009-05-08 | 1 | -6/+8 |
* | 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 |