summaryrefslogtreecommitdiffstats
path: root/python/tests/XmlTestRunner.py
Commit message (Collapse)AuthorAgeFilesLines
* some tests do not have descriptionsFrederic Peters2004-08-291-0/+2
|
* corretly escape xmlFrederic Peters2004-08-291-7/+6
|
* xml encoding of special characters (&, <, >)Frederic Peters2004-08-281-0/+4
|
* output tags when error occurs (not just success or failures)Frederic Peters2004-07-261-0/+8
|
* basic XmlTestRunner; ./tests.py --xml; output to stdout (messed up with lassoFrederic Peters2004-07-251-0/+59
spouting messages on stdout; will be fixed on lasso side)