summaryrefslogtreecommitdiff
path: root/test/farm/html
Commit message (Collapse)AuthorAgeFilesLines
* Try to make this test impervious to platform differences.Ned Batchelder2009-09-272-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 Batchelder2009-09-268-0/+415
| | | | the paths displayed in the HTML are kind of heinous.
* XML report: now validates against the Cobertura dtd.Ned Batchelder2009-09-262-7/+11
|
* XML command writes to coverage.xml, and takes a -o argument to write it ↵Ned Batchelder2009-09-251-1/+1
| | | | somewhere else.
* Fix the gold file: need to do this differently, or I'll have to touch this ↵Ned Batchelder2009-09-251-0/+1
| | | | with every version...
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-234-6/+13
| | | | when tests fail. Also make it all work under Py3k.
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-232-0/+35
|
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-234-12/+16
|
* Expand tabs to spaces before creating HTML output. Fixes bug #6.Ned Batchelder2009-06-102-0/+26
|
* A farm test for HTML generation.Ned Batchelder2009-04-286-0/+328