summaryrefslogtreecommitdiff
path: root/test/farm/html/run_a.py
Commit message (Collapse)AuthorAgeFilesLines
* Add more tests of omitting files during HTML reporting, and a better way to ↵Ned Batchelder2009-12-271-1/+0
| | | | enable re-importing modules during test_farm tests.
* Remove some redundancy in the farm tests.Ned Batchelder2009-12-271-0/+1
| | | | | --HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-251-5/+5
| | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-231-1/+1
| | | | when tests fail. Also make it all work under Py3k.
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-231-2/+2
|
* A farm test for HTML generation.Ned Batchelder2009-04-281-0/+25