summaryrefslogtreecommitdiff
path: root/test/test_farm.py
Commit message (Collapse)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 ↵Ned Batchelder2009-04-121-0/+18
| | | | have different gold files for that version.
* 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. ↵Ned Batchelder2009-04-121-24/+70
| | | | Fix the changing of directories, so that failing tests don't cascade into other failures.
* test_farm will check the exist status of commands, and can leave the output ↵Ned Batchelder2009-03-151-7/+35
| | | | for examination.
* 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
--HG-- rename : test/white.py,cover => test/farm/000/gold/white.py,cover rename : test/white.py => test/farm/000/src/white.py