summaryrefslogtreecommitdiff
path: root/test/test_coverage.py
Commit message (Collapse)AuthorAgeFilesLines
...
* HTML reporting, phase 0.Ned Batchelder2009-04-201-1/+1
|
* Commonalize more of the test case code.Ned Batchelder2009-04-181-15/+2
|
* Split CoverageTest into its own module so that it can be used by more tests.Ned Batchelder2009-04-171-161/+2
|
* A cleanup from the test class rename.Ned Batchelder2009-04-171-2/+2
|
* Finally realized that unit test classes should be named like any other ↵Ned Batchelder2009-04-171-11/+11
| | | | class: after the instance they create.
* If a module was loaded from a .pyc, report its file as .pyNed Batchelder2009-04-151-0/+51
|
* It's ok to ask the data module about files that were never measured. Fixes ↵Ned Batchelder2009-04-141-0/+25
| | | | <<issue 2>>.
* Remove obsolete test infrastructure that the farm took over.Ned Batchelder2009-03-141-31/+1
|
* Don't suppress stdout in tests any more, nose can handle that for us. Only ↵Ned Batchelder2009-03-141-23/+18
| | | | the few tests that really need to capture stdout do it now.
* The first working farm test, obsoleting a test_coverage.py test.Ned Batchelder2009-03-141-5/+0
|
* Move the tests into the test directory.Ned Batchelder2009-03-131-0/+1979
--HG-- rename : coverage_coverage.py => test/coverage_coverage.py rename : test_coverage.py => test/test_coverage.py