summaryrefslogtreecommitdiff
path: root/test/coveragetest.py
Commit message (Expand)AuthorAgeFilesLines
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-4/+5
* Py3k: manipulating PYTHONPATH seems different under Py 3.x, so do it differen...Ned Batchelder2009-07-101-3/+7
* Py3k: unify subprocess and popen4.Ned Batchelder2009-07-081-3/+2
* Move the backward-compatibility definitions to a common file. There seems to ...Ned Batchelder2009-07-031-8/+1
* Clean up the `set` definitions for 2.3 (these should go someplace common).Ned Batchelder2009-07-031-1/+2
* PYTHONPATH might not exist (for example on OS/X)Ned Batchelder2009-06-271-1/+1
* More docstringsNed Batchelder2009-05-091-0/+2
* More docstrings all around.Ned Batchelder2009-05-091-5/+13
* makeFile is more useful if it doesn't append .pyNed Batchelder2009-05-081-6/+8
* 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 be...Ned Batchelder2009-04-181-6/+7
* Split CoverageTest into its own module so that it can be used by more tests.Ned Batchelder2009-04-171-0/+163