summaryrefslogtreecommitdiffstats
path: root/misc/testsuite/harness.py
Commit message (Collapse)AuthorAgeFilesLines
* Usage message fix.ville2010-03-041-1/+1
|
* Fix --help.ville2009-11-161-1/+1
|
* Initial Python 3 compatibility tweaks.ville2009-11-161-8/+8
|
* finalizing routines and templates for the listing and generation of test ↵ot2008-07-281-10/+20
| | | | cases documentation from the catalog - needs jinja2 template engine
* test suite script for the W3C markup validatorot2008-02-271-0/+158
(and in longer term, to compare validators) This work is an evolution from earlier work on the Link Test Suite ( http://dev.w3.org/cvsweb/2008/link-testsuite/ ) with a number of small differences: * instead of a nested directory structure, the test suite is described in a single XML file * comparison of results and expected results are more flexible, e.g it is possible to specify "results should have some warning(s)" rather than "results should have 12 warnings exactly" * easy selection of the tested validator instance from the command line * possibility of running only a subset of the test suite with a commandline option