summaryrefslogtreecommitdiff
path: root/test/test_farm.py
Commit message (Expand)AuthorAgeFilesLines
* A farm test for HTML generation.Ned Batchelder2009-04-281-15/+79
* More annotate tests, but something is amiss.Ned Batchelder2009-04-181-4/+12
* 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-121-0/+18
* 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
* test_farm will check the exist status of commands, and can leave the output f...Ned Batchelder2009-03-151-7/+35
* Removing a directory shouldn't panic if the directory doesn't exist.Ned Batchelder2009-03-151-2/+4
* Farm tests can be run in clean_only mode, to get rid of junk.Ned Batchelder2009-03-151-8/+26
* The first working farm test, obsoleting a test_coverage.py test.Ned Batchelder2009-03-141-4/+14
* A farm of directories holding test cases.Ned Batchelder2009-03-141-0/+65