summaryrefslogtreecommitdiff
path: root/selftest/subunithelper.py
Commit message (Expand)AuthorAgeFilesLines
* PY3: Only decode when necessaryNoel Power2018-10-231-1/+6
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-23/+23
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-2/+2
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-1/+1
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-1/+1
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* selftest: convert print func to be py2/py3 compatibleNoel Power2018-03-231-9/+10
* selftest: subunithelper needs to follow the subunit spec more closelyDouglas Bagnall2018-02-221-1/+2
* selftest and autrobuild: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* 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