summaryrefslogtreecommitdiffstats
path: root/misc/testsuite/lib/TestCase.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve unsuccessful request handling.ville2009-11-161-2/+4
|
* finalizing routines and templates for the listing and generation of test ↵ot2008-07-281-2/+6
| | | | cases documentation from the catalog - needs jinja2 template engine
* python2.4-friendly class declarationsot2008-07-221-1/+1
|
* testcase titleot2008-03-281-3/+8
|
* Test Suite python classes for markup validation.ot2008-02-271-0/+236
This code 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"