Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A farm test for HTML generation. | Ned Batchelder | 2009-04-28 | 1 | -15/+79 |
| | |||||
* | More annotate tests, but something is amiss. | Ned Batchelder | 2009-04-18 | 1 | -4/+12 |
| | |||||
* | 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 ↵ | Ned Batchelder | 2009-04-12 | 1 | -0/+18 |
| | | | | have different gold files for that version. | ||||
* | 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. ↵ | Ned Batchelder | 2009-04-12 | 1 | -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 Batchelder | 2009-03-15 | 1 | -7/+35 |
| | | | | for examination. | ||||
* | 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 |
--HG-- rename : test/white.py,cover => test/farm/000/gold/white.py,cover rename : test/white.py => test/farm/000/src/white.py |