summaryrefslogtreecommitdiff
path: root/test/farm/annotate
Commit message (Collapse)AuthorAgeFilesLines
* Clean-upsNed Batchelder2009-12-051-1/+1
|
* Py3k: print statements in test files and gold annotation files have to be ↵Ned Batchelder2009-07-094-6/+8
| | | | switched to a 2-and-3 compatible form that 2to3.py won't change.
* Comparing files needs to be agnostic to line endings, or testing on Linux ↵Ned Batchelder2009-06-238-90/+90
| | | | won't work. Now gold files are newline-only, and the comparison function ignores line endings.
* Add some excluded lines to the annotation tests, and write some docstrings ↵Ned Batchelder2009-05-133-0/+6
| | | | for annotate.py
* Annotated files are only created for source files relative to the current ↵Ned Batchelder2009-04-194-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 Batchelder2009-04-183-9/+7
|
* More annotate tests, but something is amiss.Ned Batchelder2009-04-184-0/+20
|
* Python 2.4 reported lines a little differently, so we need to be able to ↵Ned Batchelder2009-04-121-0/+31
| | | | have different gold files for that version.
* Fix \r line endingsNed Batchelder2009-03-171-5/+5
|
* Another farm test.Ned Batchelder2009-03-1511-0/+32
|
* Naming the directorie numerically is silly.Ned Batchelder2009-03-153-0/+69
--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