doc: Explain our build systems for Samba 4.0
[kai/samba.git] / selftest / subunithelper.py
2012-04-27 Andrew Bartlettselftest: Place the test environment at the end of...
2011-12-05 Jelmer Vernooijselftest: Display unexpected successes and expected...
2011-12-05 Jelmer Vernooijselftest: Add --flapping argument to filter-subunit.
2010-11-21 Jelmer Vernooijsubunithelper: Exit with 1 if more than zero testsuites...
2010-11-03 Jelmer Vernooijfilter-subunit: Add --fail-on-empty argument.
2010-10-10 Kamen Mazdrashkisubunithelper: Don't access 'message' attribute directl...
2010-10-02 Jelmer Vernooijsubunithelper: Remove accidentally added line.
2010-10-02 Jelmer Vernooijsubunithelper: Fix format time.
2010-10-02 Jelmer Vernooijsubunithelper: Make filter options optional.
2010-10-02 Jelmer Vernooijselftest: Move plain text formatter to subunithelper.
2010-09-30 Jelmer Vernooijselftest: Avoid accessing deprecated BaseException...
2010-09-28 Jelmer VernooijAdd dedicated exception for immediate failure in filter...
2010-09-28 Andrew Tridgellfilter-subunit: added a --fail-immediately option
2010-09-23 Jelmer Vernooijsubunithelper: Cope with errors outside of testsuites.
2010-09-23 Jelmer Vernooijselftest: Let tests add prefix to tests by themselve.
2010-09-15 Jelmer Vernooijsubunit: Re-add outputmsg.
2010-09-14 Jelmer Vernooijsubunit: Use RemoteError when passing errors to upstrea...
2010-09-14 Jelmer Vernooijsubunit: Use standard subunit functions for reproducing...
2010-09-14 Jelmer Vernooijsubunit: Remove unused methods.
2010-09-14 Jelmer Vernooijsubunit: Use standard functions for addSuccess, addExpe...
2010-09-14 Jelmer Vernooijsubunit: Use standard addError method implementation.
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.