Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -0/+19 |
| | |||||
* | Omit and include are now filename patterns rather than prefixes. BACKWARD ↵ | Ned Batchelder | 2010-05-23 | 2 | -3/+3 |
| | | | | INCOMPATIBLE change. | ||||
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 2 | -0/+23 |
| | | | | | --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 | 1 | -0/+3 |
| | |||||
* | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 2 | -0/+7 |
| | |||||
* | 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 | 4 | -0/+16 |
| | | | | enable re-importing modules during test_farm tests. | ||||
* | Remove some redundancy in the farm tests. | Ned Batchelder | 2009-12-27 | 1 | -7/+0 |
| | | | | | --HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py | ||||
* | Clean-ups | Ned Batchelder | 2009-12-05 | 2 | -2/+2 |
| | |||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -1/+13 |
| | |||||
* | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 1 | -0/+9 |
| | |||||
* | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 1 | -0/+16 |
| | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -2/+2 |
| | |||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 1 | -0/+8 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | Get the test working properly, including adding a usable diff comparison ↵ | Ned Batchelder | 2009-09-23 | 1 | -0/+7 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | Expand tabs to spaces before creating HTML output. Fixes bug #6. | Ned Batchelder | 2009-06-10 | 1 | -0/+8 |
| | |||||
* | A farm test for HTML generation. | Ned Batchelder | 2009-04-28 | 1 | -0/+7 |