Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 4 | -6/+49 |
| | | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py | ||||
* | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 2 | -1/+4 |
| | |||||
* | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 14 | -9/+459 |
| | |||||
* | Fix crlfs | Ned Batchelder | 2009-12-27 | 4 | -16/+16 |
| | |||||
* | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 21 | -2/+784 |
| | | | | enable re-importing modules during test_farm tests. | ||||
* | Remove some redundancy in the farm tests. | Ned Batchelder | 2009-12-27 | 4 | -10/+5 |
| | | | | | --HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py | ||||
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 7 | -416/+371 |
| | |||||
* | Clean-ups | Ned Batchelder | 2009-12-05 | 4 | -4/+4 |
| | |||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 3 | -19/+56 |
| | |||||
* | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 3 | -0/+51 |
| | |||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 20 | -815/+102 |
| | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | ||||
* | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 7 | -0/+448 |
| | |||||
* | Update the HTML gold files so all the tests pass. | Ned Batchelder | 2009-11-21 | 9 | -177/+272 |
| | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 2 | -6/+8 |
| | |||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -10/+27 |
| | |||||
* | Updated gold files due to the hover change in the index.html file | Ned Batchelder | 2009-11-02 | 2 | -9/+18 |
| | |||||
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -2/+25 |
| | |||||
* | Try to make this test impervious to platform differences. | Ned Batchelder | 2009-09-27 | 2 | -0/+6 |
| | | | | | --HG-- rename : test/farm/html/gold_other/_ned_coverage_trunk_test_farm_html_othersrc_other.html => test/farm/html/gold_other/blah_blah_other.html | ||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 8 | -0/+415 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | XML report: now validates against the Cobertura dtd. | Ned Batchelder | 2009-09-26 | 2 | -7/+11 |
| | |||||
* | XML command writes to coverage.xml, and takes a -o argument to write it ↵ | Ned Batchelder | 2009-09-25 | 1 | -1/+1 |
| | | | | somewhere else. | ||||
* | Fix the gold file: need to do this differently, or I'll have to touch this ↵ | Ned Batchelder | 2009-09-25 | 1 | -0/+1 |
| | | | | with every version... | ||||
* | Get the test working properly, including adding a usable diff comparison ↵ | Ned Batchelder | 2009-09-23 | 4 | -6/+13 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | Some XML report fixes, and a very basic test. | Ned Batchelder | 2009-09-23 | 2 | -0/+35 |
| | |||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 4 | -12/+16 |
| | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 2 | -7/+10 |
| | | | | contortions. | ||||
* | Change how run_timid checks the name of the Tracer class, so that 2.x and ↵ | Ned Batchelder | 2009-09-17 | 2 | -5/+5 |
| | | | | 3.x will do it the same. | ||||
* | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 3 | -0/+17 |
| | |||||
* | Fix a problem with DecoratorTools fiddling with the trace function and ↵ | Ned Batchelder | 2009-08-09 | 2 | -0/+65 |
| | | | | screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13. | ||||
* | Py3k: print statements in test files and gold annotation files have to be ↵ | Ned Batchelder | 2009-07-09 | 4 | -6/+8 |
| | | | | switched to a 2-and-3 compatible form that 2to3.py won't change. | ||||
* | Py3k: fix more print statements. | Ned Batchelder | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | 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 |