summaryrefslogtreecommitdiff
path: root/test/farm/html/run_x_xml.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some redundancy in the farm tests.Ned Batchelder2009-12-271-20/+0
| | | | | --HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py
* XML report: now validates against the Cobertura dtd.Ned Batchelder2009-09-261-1/+4
|
* XML command writes to coverage.xml, and takes a -o argument to write it ↵Ned Batchelder2009-09-251-1/+1
| | | | somewhere else.
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-231-0/+17
when tests fail. Also make it all work under Py3k.