summaryrefslogtreecommitdiff
path: root/test/farm/html/src
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for bug #179.Ned Batchelder2012-05-111-0/+11
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-201-0/+1
* If a source file has an encoding declaration, use it when producing the HTML....Ned Batchelder2012-03-211-0/+5
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-171-0/+5
* for-else constructs are handled properly, avoiding bogus partial branch warni...Ned Batchelder2011-07-041-9/+10
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-311-0/+19
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-232-3/+3
* XML output file is configurable in .rc file.Ned Batchelder2010-01-092-0/+23
* HTML output directory is now settable in the .rc file.Ned Batchelder2010-01-061-0/+3
* Omit prefixes can be specified in the config file.Ned Batchelder2009-12-282-0/+7
* Fix crlfsNed Batchelder2009-12-274-16/+16
* Add more tests of omitting files during HTML reporting, and a better way to e...Ned Batchelder2009-12-274-0/+16
* Remove some redundancy in the farm tests.Ned Batchelder2009-12-271-7/+0
* Clean-upsNed Batchelder2009-12-052-2/+2
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-301-1/+13
* XML report now includes branch information.Ned Batchelder2009-11-261-0/+9
* Don't annotate partial branches with -1, use 'exit' instead.Ned Batchelder2009-11-241-0/+16
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-151-2/+2
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-261-0/+8
* Get the test working properly, including adding a usable diff comparison when...Ned Batchelder2009-09-231-0/+7
* Expand tabs to spaces before creating HTML output. Fixes bug #6.Ned Batchelder2009-06-101-0/+8
* A farm test for HTML generation.Ned Batchelder2009-04-281-0/+7