summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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