subunit: Pass TestCase objects to startTest rather than test name strings.
[kai/samba-autobuild/.git] / selftest / subunithelper.py
2010-09-14 Jelmer Vernooijsubunit: Pass TestCase objects to startTest rather...
2010-09-14 Jelmer Vernooijsubunit: Use subunit standard functions for handling...
2010-09-14 Jelmer Vernooijsubunit: Use standard subunit test protocol client...
2010-09-14 Jelmer Vernooijsubunit: Initial work on using the standard TestResult...
2010-09-05 Jelmer Vernooijselftest/subunit: Parse timestamps generated by upstrea...
2010-08-26 Jelmer Vernooijsubunit: Make sure "]" in failure reason ends up on...
2010-08-26 Jelmer Vernooijsubunithelper: Pass along lines as normal output when...
2010-05-30 Jelmer Vernooijselftest: list.remove raises ValueError rather than...
2010-04-11 Jelmer Vernooijsubunit: Support formatting compatible with upstream...
2010-04-11 Jelmer Vernooijselftest: Accept 'testing:' to introduce new tests.
2010-04-10 Jelmer Vernooijsubunit: Don't abort when receiving test results from...
2010-04-06 Jelmer Vernooijselftest: Remove python2.4-isms
2010-03-31 Jeremy AllisonMerge branch 'master' of ssh://git.samba.org/data/git...
2010-03-31 Jelmer Vernooijselftest: Use standard subunit command for progress...
2010-03-31 Jelmer Vernooijselftest: Support parsing progress in format-subunit...
2010-03-31 Jelmer Vernooijselftest: Convert filter-subunit to Python so the subun...
2010-03-29 Jelmer Vernooijformat-subunit: Improve formatting, simplify code.
2010-03-29 Jelmer Vernooijselftest: Replace perl subunit formatter with python...
2010-03-29 Jelmer Vernooijselftest: Convert format-subunit to Python.