selftest: Add a variable to indicate that selftest is running
[sfrench/samba-autobuild/.git] / selftest / subunithelper.py
2016-08-31 Douglas Bagnallmake perftest: for performance testing
2016-08-31 Douglas Bagnallfilter-subunit: default to empty affixes, saving verbos...
2016-08-31 Douglas Bagnallsubunithelper: use set for efficient inclusion test
2015-03-06 Jelmer VernooijRemove another call to addUnexpectedSuccess with too...
2015-03-06 Jelmer VernooijTestCase.addUnexpectedSuccess doesn't take an error.
2015-03-06 Jelmer VernooijDrop support for failfast mode, rather than adding...
2015-03-06 Jelmer VernooijSet failfast property for test reporters that need it.
2015-03-06 Jelmer VernooijSupport using third party iso8601 module if system...
2015-03-06 Jelmer Vernooijsubunithelper: Fix progress support.
2015-03-06 Jelmer VernooijUse iso8601 from the system, rather than the one bundle...
2015-03-06 Jelmer VernooijFix handling of unexpected failures in subunithelper.
2015-03-06 Jelmer VernooijUse samba.subunit in selftest.subunithelper, except...
2014-11-19 Jelmer VernooijDisplay total number of tests in format-subunit, not...
2014-10-23 Michael Adamsubunit: report [X/Y at Zs] instead of [X/Y in Zs]
2014-03-13 Stefan Metzmacherselftest/subunithelper.py: correctly pass testsuite...
2014-03-13 Stefan Metzmacherselftest/subunithelper.py: correctly handle fail_immedi...
2014-03-13 Stefan Metzmacherselftest/subunithelper.py: correctly handle unexpected...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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.