summaryrefslogtreecommitdiffstats
path: root/python/tests/XmlTestRunner.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated authors.Emmanuel Raviart2005-01-151-0/+2
| | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
* 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)