Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comparing files needs to be agnostic to line endings, or testing on Linux ↵ | Ned Batchelder | 2009-06-23 | 9 | -98/+98 |
| | | | | won't work. Now gold files are newline-only, and the comparison function ignores line endings. | ||||
* | Expand tabs to spaces before creating HTML output. Fixes bug #6. | Ned Batchelder | 2009-06-10 | 2 | -0/+26 |
| | |||||
* | Add some excluded lines to the annotation tests, and write some docstrings ↵ | Ned Batchelder | 2009-05-13 | 3 | -0/+6 |
| | | | | for annotate.py | ||||
* | Treat files not ending in .py properly. | Ned Batchelder | 2009-05-07 | 1 | -1/+5 |
| | |||||
* | OS truce | Ned Batchelder | 2009-05-07 | 1 | -8/+8 |
| | |||||
* | Add a failing test for running non-.py files on the command line. | Ned Batchelder | 2009-05-07 | 2 | -0/+16 |
| | |||||
* | A farm test for HTML generation. | Ned Batchelder | 2009-04-28 | 6 | -0/+328 |
| | |||||
* | Annotated files are only created for source files relative to the current ↵ | Ned Batchelder | 2009-04-19 | 4 | -0/+0 |
| | | | | | | | | directory. When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide. --HG-- rename : test/farm/annotate/gold_anno_dir/a.py,cover => test/farm/annotate/gold_anno_dir/a_a.py,cover rename : test/farm/annotate/gold_anno_dir/b.py,cover => test/farm/annotate/gold_anno_dir/b_b.py,cover | ||||
* | Make the farm tests more isolated by forcing them to erase coverage data first. | Ned Batchelder | 2009-04-18 | 3 | -9/+7 |
| | |||||
* | More annotate tests, but something is amiss. | Ned Batchelder | 2009-04-18 | 4 | -0/+20 |
| | |||||
* | Python 2.4 reported lines a little differently, so we need to be able to ↵ | Ned Batchelder | 2009-04-12 | 1 | -0/+31 |
| | | | | have different gold files for that version. | ||||
* | Fix \r line endings | Ned Batchelder | 2009-03-17 | 1 | -5/+5 |
| | |||||
* | Another farm test. | Ned Batchelder | 2009-03-15 | 11 | -0/+32 |
| | |||||
* | Naming the directorie numerically is silly. | Ned Batchelder | 2009-03-15 | 3 | -0/+0 |
| | | | | | | | --HG-- rename : test/farm/000/gold/white.py,cover => test/farm/annotate/gold/white.py,cover rename : test/farm/000/run.py => test/farm/annotate/run.py rename : test/farm/000/src/white.py => test/farm/annotate/src/white.py | ||||
* | The first working farm test, obsoleting a test_coverage.py test. | Ned Batchelder | 2009-03-14 | 1 | -4/+4 |
| | |||||
* | A farm of directories holding test cases. | Ned Batchelder | 2009-03-14 | 3 | -0/+69 |
--HG-- rename : test/white.py,cover => test/farm/000/gold/white.py,cover rename : test/white.py => test/farm/000/src/white.py |