summaryrefslogtreecommitdiff
path: root/test/coveragetest.py
Commit message (Collapse)AuthorAgeFilesLines
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-3/+3
|
* Line length < 80.Ned Batchelder2009-04-191-2/+5
|
* New more flexible data storage.Ned Batchelder2009-04-181-0/+11
|
* Commonalize more of the test case code.Ned Batchelder2009-04-181-9/+34
|
* Put coveragetest.py under the pylint regime.Ned Batchelder2009-04-181-8/+20
|
* Remove the tests' dependence on the 3rd party path module.Ned Batchelder2009-04-181-7/+5
|
* Use a coverage object rather than the module interface for testing, to get ↵Ned Batchelder2009-04-181-6/+7
| | | | better isolation. Tests were failing because the exclusion regex is appended to between tests.
* Split CoverageTest into its own module so that it can be used by more tests.Ned Batchelder2009-04-171-0/+163