summaryrefslogtreecommitdiff
path: root/selftest/subunithelper.py
AgeCommit message (Expand)AuthorFilesLines
2026-04-07selftest: Add keywords arguments to addDuration() methodJennifer Sutton1-2/+2
2026-01-15python subunit: add dummy addDuration methodsDouglas Bagnall1-0/+6
2023-10-13selftest: Use now() instead of utcnow()Joseph Sutton1-1/+1
2023-08-21selftest: Remove leftover from debuggingJoseph Sutton1-1/+0
2023-08-21selftest: Remove unused variableJoseph Sutton1-1/+1
2023-08-21selftest: Remove semicolonJoseph Sutton1-1/+1
2023-03-20selftest: Don't use invalid escape sequencesJoseph Sutton1-1/+1
2022-12-13selftest: make filter-subunit much more efficient for large knownfail listsAndrew Bartlett1-17/+15
2021-06-11python:subunit: Avoid misleading "Test was never started" error messageJoseph Sutton1-0/+8
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-02-02selftest: Add support for python-dateutil >= 2.7.1Andreas Schneider1-2/+8
2021-02-02selftest: Directly import python-iso8601Andreas Schneider1-1/+1
2020-12-09selftest/subunit: python file modernisationDouglas Bagnall1-12/+4
2020-11-11selftest/subunithelper: also output as much of unterminated DETAILSStefan Metzmacher1-1/+2
2020-11-11selftest/subunithelper: only let ']\n' lines to terminateStefan Metzmacher1-2/+1
2020-08-11python compat: remove binary_typeDouglas Bagnall1-2/+1
2018-10-23PY3: Only decode when necessaryNoel Power1-1/+6
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-23/+23
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-1/+1
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-1/+1
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-1/+1
2018-03-23selftest: convert print func to be py2/py3 compatibleNoel Power1-9/+10
2018-02-22selftest: subunithelper needs to follow the subunit spec more closelyDouglas Bagnall1-1/+2
2018-02-15selftest and autrobuild: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2017-06-03selftest: use an additional directory of knownfail/flapping filesDouglas Bagnall1-14/+27
2016-08-31make perftest: for performance testingDouglas Bagnall1-0/+68
2016-08-31filter-subunit: default to empty affixes, saving verbose checksDouglas Bagnall1-8/+1
2016-08-31subunithelper: use set for efficient inclusion testDouglas Bagnall1-1/+5
2015-03-06Remove another call to addUnexpectedSuccess with too many arguments.Jelmer Vernooij1-1/+1
2015-03-06TestCase.addUnexpectedSuccess doesn't take an error.Jelmer Vernooij1-3/+3
2015-03-06Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij1-4/+0
2015-03-06Set failfast property for test reporters that need it.Jelmer Vernooij1-0/+4
2015-03-06Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij1-1/+1
2015-03-06subunithelper: Fix progress support.Jelmer Vernooij1-1/+8
2015-03-06Use iso8601 from the system, rather than the one bundled with subunit.Jelmer Vernooij1-1/+1
2015-03-06Fix handling of unexpected failures in subunithelper.Jelmer Vernooij1-1/+1
2015-03-06Use samba.subunit in selftest.subunithelper, except for iso8601.Jelmer Vernooij1-44/+38
2014-11-19Display total number of tests in format-subunit, not just number of test suites.Jelmer Vernooij1-1/+7
2014-10-23subunit: report [X/Y at Zs] instead of [X/Y in Zs]Michael Adam1-1/+1
2014-03-13selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite()Stefan Metzmacher1-1/+4
2014-03-13selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite...Stefan Metzmacher1-0/+6
2014-03-13selftest/subunithelper.py: correctly handle unexpected success in FilterOpsStefan Metzmacher1-1/+13
2012-04-27selftest: Place the test environment at the end of the failure linesAndrew Bartlett1-4/+9
2011-12-05selftest: Display unexpected successes and expected failures.Jelmer Vernooij1-13/+35