summaryrefslogtreecommitdiff
path: root/selftest/subunithelper.py
Commit message (Expand)AuthorAgeFilesLines
* selftest: Don't use invalid escape sequencesJoseph Sutton2023-03-201-1/+1
* selftest: make filter-subunit much more efficient for large knownfail listsAndrew Bartlett2022-12-131-17/+15
* python:subunit: Avoid misleading "Test was never started" error messageJoseph Sutton2021-06-111-0/+8
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* selftest: Add support for python-dateutil >= 2.7.1Andreas Schneider2021-02-021-2/+8
* selftest: Directly import python-iso8601Andreas Schneider2021-02-021-1/+1
* selftest/subunit: python file modernisationDouglas Bagnall2020-12-091-12/+4
* selftest/subunithelper: also output as much of unterminated DETAILSStefan Metzmacher2020-11-111-1/+2
* selftest/subunithelper: only let ']\n' lines to terminateStefan Metzmacher2020-11-111-2/+1
* python compat: remove binary_typeDouglas Bagnall2020-08-111-2/+1
* 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