summaryrefslogtreecommitdiff
path: root/selftest/subunithelper.py
Commit message (Expand)AuthorAgeFilesLines
* selftest: subunithelper needs to follow the subunit spec more closelyDouglas Bagnall2018-08-231-1/+2
* selftest: use an additional directory of knownfail/flapping filesDouglas Bagnall2017-06-031-14/+27
* make perftest: for performance testingDouglas Bagnall2016-08-311-0/+68
* filter-subunit: default to empty affixes, saving verbose checksDouglas Bagnall2016-08-311-8/+1
* subunithelper: use set for efficient inclusion testDouglas Bagnall2016-08-311-1/+5
* Remove another call to addUnexpectedSuccess with too many arguments.Jelmer Vernooij2015-03-061-1/+1
* TestCase.addUnexpectedSuccess doesn't take an error.Jelmer Vernooij2015-03-061-3/+3
* Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij2015-03-061-4/+0
* Set failfast property for test reporters that need it.Jelmer Vernooij2015-03-061-0/+4
* Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij2015-03-061-1/+1
* subunithelper: Fix progress support.Jelmer Vernooij2015-03-061-1/+8
* Use iso8601 from the system, rather than the one bundled with subunit.Jelmer Vernooij2015-03-061-1/+1
* Fix handling of unexpected failures in subunithelper.Jelmer Vernooij2015-03-061-1/+1
* Use samba.subunit in selftest.subunithelper, except for iso8601.Jelmer Vernooij2015-03-061-44/+38
* Display total number of tests in format-subunit, not just number of test suites.Jelmer Vernooij2014-11-191-1/+7
* subunit: report [X/Y at Zs] instead of [X/Y in Zs]Michael Adam2014-10-231-1/+1
* selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite()Stefan Metzmacher2014-03-131-1/+4
* selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite...Stefan Metzmacher2014-03-131-0/+6
* selftest/subunithelper.py: correctly handle unexpected success in FilterOpsStefan Metzmacher2014-03-131-1/+13
* selftest: Place the test environment at the end of the failure linesAndrew Bartlett2012-04-271-4/+9
* selftest: Display unexpected successes and expected failures.Jelmer Vernooij2011-12-051-13/+35
* selftest: Add --flapping argument to filter-subunit.Jelmer Vernooij2011-12-051-2/+26
* subunithelper: Exit with 1 if more than zero testsuites failed orJelmer Vernooij2010-11-211-5/+10
* filter-subunit: Add --fail-on-empty argument.Jelmer Vernooij2010-11-031-0/+3
* subunithelper: Don't access 'message' attribute directly as it deprecatedKamen Mazdrashki2010-10-101-1/+1
* subunithelper: Remove accidentally added line.Jelmer Vernooij2010-10-021-3/+0
* subunithelper: Fix format time.Jelmer Vernooij2010-10-021-1/+2
* subunithelper: Make filter options optional.Jelmer Vernooij2010-10-021-9/+9
* selftest: Move plain text formatter to subunithelper.Jelmer Vernooij2010-10-021-1/+203
* selftest: Avoid accessing deprecated BaseException.message.Jelmer Vernooij2010-09-301-1/+1
* Add dedicated exception for immediate failure in filter-subunit, don't raise ...Jelmer Vernooij2010-09-281-3/+10
* filter-subunit: added a --fail-immediately optionAndrew Tridgell2010-09-281-1/+7
* subunithelper: Cope with errors outside of testsuites.Jelmer Vernooij2010-09-221-0/+1
* selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij2010-09-221-1/+1
* subunit: Re-add outputmsg.Jelmer Vernooij2010-09-151-0/+3
* subunit: Use RemoteError when passing errors to upstream subunit.Jelmer Vernooij2010-09-141-16/+19
* subunit: Use standard subunit functions for reproducing subunit streams.Jelmer Vernooij2010-09-141-50/+23
* subunit: Remove unused methods.Jelmer Vernooij2010-09-141-14/+2
* subunit: Use standard functions for addSuccess, addExpectedFail,Jelmer Vernooij2010-09-141-27/+62
* subunit: Use standard addError method implementation.Jelmer Vernooij2010-09-141-9/+11
* subunit: Pass TestCase objects to startTest rather than test name strings.Jelmer Vernooij2010-09-141-7/+4
* subunit: Use subunit standard functions for handling time and progress.Jelmer Vernooij2010-09-141-29/+9
* subunit: Use standard subunit test protocol client, use standard name for sta...Jelmer Vernooij2010-09-141-21/+23
* subunit: Initial work on using the standard TestResult class.Jelmer Vernooij2010-09-141-1/+2
* selftest/subunit: Parse timestamps generated by upstream subunit.Jelmer Vernooij2010-09-051-2/+8
* subunit: Make sure "]" in failure reason ends up on its own line, so theJelmer Vernooij2010-08-261-2/+2
* subunithelper: Pass along lines as normal output when ignoring them for not c...Jelmer Vernooij2010-08-261-0/+4
* selftest: list.remove raises ValueError rather than KeyError.Jelmer Vernooij2010-05-301-4/+4
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-13/+19
* selftest: Accept 'testing:' to introduce new tests.Jelmer Vernooij2010-04-111-1/+1