summaryrefslogtreecommitdiff
path: root/test/farm/html/src
Commit message (Collapse)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 ↵Ned Batchelder2012-04-201-0/+1
| | | | gets copied into the HTML report.
* If a source file has an encoding declaration, use it when producing the ↵Ned Batchelder2012-03-211-0/+5
| | | | HTML. Fixes issue #157.
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-0/+5
| | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.
* for-else constructs are handled properly, avoiding bogus partial branch ↵Ned Batchelder2011-07-041-9/+10
| | | | warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too.
* 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 ↵Ned Batchelder2010-05-232-3/+3
| | | | INCOMPATIBLE change.
* 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 ↵Ned Batchelder2009-12-274-0/+16
| | | | enable re-importing modules during test_farm tests.
* 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 ↵Ned Batchelder2009-09-261-0/+8
| | | | the paths displayed in the HTML are kind of heinous.
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-231-0/+7
| | | | when tests fail. Also make it all work under Py3k.
* 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