summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* More annotate tests, but something is amiss.Ned Batchelder2009-04-185-4/+32
* New more flexible data storage.Ned Batchelder2009-04-182-9/+33
* More pylint shenanigans.Ned Batchelder2009-04-181-1/+3
* Testing and clean up for data.pyNed Batchelder2009-04-181-2/+66
* A truce with pylint over the test files.Ned Batchelder2009-04-181-0/+0
* Commonalize more of the test case code.Ned Batchelder2009-04-183-42/+43
* Put coveragetest.py under the pylint regime.Ned Batchelder2009-04-181-8/+20
* Use our CoverageTest base class to get isolation (in a new directory) for the...Ned Batchelder2009-04-181-2/+2
* 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-172-161/+165
* Refactor the file name stuff in CoverageData, and start its own test file.Ned Batchelder2009-04-171-0/+10
* 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 class:...Ned Batchelder2009-04-172-12/+12
* 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
* Pylint tweaksNed Batchelder2009-04-121-2/+4
* Some light clean up of test_farm.py due to pylint.Ned Batchelder2009-04-121-5/+6
* Python 2.4 reported lines a little differently, so we need to be able to have...Ned Batchelder2009-04-122-0/+49
* Generated nose tests are better when they have a unique description.Ned Batchelder2009-04-121-0/+1
* Fix the use of nose test generators, so that we can use setUp and tearDown. F...Ned Batchelder2009-04-121-24/+70
* Even better execution of main files.Ned Batchelder2009-04-042-4/+49
* Factor execfile out of cmdline, so that we can call python main programs prop...Ned Batchelder2009-04-032-0/+24
* Fix \r line endingsNed Batchelder2009-03-171-5/+5
* Another farm test.Ned Batchelder2009-03-1511-0/+32
* test_farm will check the exist status of commands, and can leave the output f...Ned Batchelder2009-03-151-7/+35
* Naming the directorie numerically is silly.Ned Batchelder2009-03-153-0/+0
* Removing a directory shouldn't panic if the directory doesn't exist.Ned Batchelder2009-03-151-2/+4
* Remove the files obsoleted by the farm tests.Ned Batchelder2009-03-152-62/+0
* Farm tests can be run in clean_only mode, to get rid of junk.Ned Batchelder2009-03-151-8/+26
* 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 th...Ned Batchelder2009-03-141-23/+18
* The first working farm test, obsoleting a test_coverage.py test.Ned Batchelder2009-03-143-13/+18
* A farm of directories holding test cases.Ned Batchelder2009-03-144-0/+134
* Move the tests into the test directory.Ned Batchelder2009-03-132-0/+2006
* Extend the simple test case we have for annotation.Ned Batchelder2009-03-082-0/+32
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-055-0/+51