Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some light clean up of test_farm.py due to pylint. | Ned Batchelder | 2009-04-12 | 1 | -5/+6 |
* | Python 2.4 reported lines a little differently, so we need to be able to have... | Ned Batchelder | 2009-04-12 | 1 | -0/+18 |
* | Generated nose tests are better when they have a unique description. | Ned Batchelder | 2009-04-12 | 1 | -0/+1 |
* | Fix the use of nose test generators, so that we can use setUp and tearDown. F... | Ned Batchelder | 2009-04-12 | 1 | -24/+70 |
* | test_farm will check the exist status of commands, and can leave the output f... | Ned Batchelder | 2009-03-15 | 1 | -7/+35 |
* | Removing a directory shouldn't panic if the directory doesn't exist. | Ned Batchelder | 2009-03-15 | 1 | -2/+4 |
* | Farm tests can be run in clean_only mode, to get rid of junk. | Ned Batchelder | 2009-03-15 | 1 | -8/+26 |
* | The first working farm test, obsoleting a test_coverage.py test. | Ned Batchelder | 2009-03-14 | 1 | -4/+14 |
* | A farm of directories holding test cases. | Ned Batchelder | 2009-03-14 | 1 | -0/+65 |