index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
selftest
/
subunithelper.py
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
selftest: Add keywords arguments to addDuration() method
Jennifer Sutton
1
-2
/
+2
2026-01-15
python subunit: add dummy addDuration methods
Douglas Bagnall
1
-0
/
+6
2023-10-13
selftest: Use now() instead of utcnow()
Joseph Sutton
1
-1
/
+1
2023-08-21
selftest: Remove leftover from debugging
Joseph Sutton
1
-1
/
+0
2023-08-21
selftest: Remove unused variable
Joseph Sutton
1
-1
/
+1
2023-08-21
selftest: Remove semicolon
Joseph Sutton
1
-1
/
+1
2023-03-20
selftest: Don't use invalid escape sequences
Joseph Sutton
1
-1
/
+1
2022-12-13
selftest: make filter-subunit much more efficient for large knownfail lists
Andrew Bartlett
1
-17
/
+15
2021-06-11
python:subunit: Avoid misleading "Test was never started" error message
Joseph Sutton
1
-0
/
+8
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2021-02-02
selftest: Add support for python-dateutil >= 2.7.1
Andreas Schneider
1
-2
/
+8
2021-02-02
selftest: Directly import python-iso8601
Andreas Schneider
1
-1
/
+1
2020-12-09
selftest/subunit: python file modernisation
Douglas Bagnall
1
-12
/
+4
2020-11-11
selftest/subunithelper: also output as much of unterminated DETAILS
Stefan Metzmacher
1
-1
/
+2
2020-11-11
selftest/subunithelper: only let ']\n' lines to terminate
Stefan Metzmacher
1
-2
/
+1
2020-08-11
python compat: remove binary_type
Douglas Bagnall
1
-2
/
+1
2018-10-23
PY3: Only decode when necessary
Noel Power
1
-1
/
+6
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-23
/
+23
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
1
-1
/
+1
2018-04-13
python: bulk replace dict.iteritems to items for py3
Joe Guo
1
-1
/
+1
2018-03-23
selftest: convert print func to be py2/py3 compatible
Noel Power
1
-9
/
+10
2018-02-22
selftest: subunithelper needs to follow the subunit spec more closely
Douglas Bagnall
1
-1
/
+2
2018-02-15
selftest and autrobuild: convert 'except X, e' to 'except X as e'
Douglas Bagnall
1
-1
/
+1
2017-06-03
selftest: use an additional directory of knownfail/flapping files
Douglas Bagnall
1
-14
/
+27
2016-08-31
make perftest: for performance testing
Douglas Bagnall
1
-0
/
+68
2016-08-31
filter-subunit: default to empty affixes, saving verbose checks
Douglas Bagnall
1
-8
/
+1
2016-08-31
subunithelper: use set for efficient inclusion test
Douglas Bagnall
1
-1
/
+5
2015-03-06
Remove another call to addUnexpectedSuccess with too many arguments.
Jelmer Vernooij
1
-1
/
+1
2015-03-06
TestCase.addUnexpectedSuccess doesn't take an error.
Jelmer Vernooij
1
-3
/
+3
2015-03-06
Drop support for failfast mode, rather than adding support for it everywhere.
Jelmer Vernooij
1
-4
/
+0
2015-03-06
Set failfast property for test reporters that need it.
Jelmer Vernooij
1
-0
/
+4
2015-03-06
Support using third party iso8601 module if system doesn't provide one.
Jelmer Vernooij
1
-1
/
+1
2015-03-06
subunithelper: Fix progress support.
Jelmer Vernooij
1
-1
/
+8
2015-03-06
Use iso8601 from the system, rather than the one bundled with subunit.
Jelmer Vernooij
1
-1
/
+1
2015-03-06
Fix handling of unexpected failures in subunithelper.
Jelmer Vernooij
1
-1
/
+1
2015-03-06
Use samba.subunit in selftest.subunithelper, except for iso8601.
Jelmer Vernooij
1
-44
/
+38
2014-11-19
Display total number of tests in format-subunit, not just number of test suites.
Jelmer Vernooij
1
-1
/
+7
2014-10-23
subunit: report [X/Y at Zs] instead of [X/Y in Zs]
Michael Adam
1
-1
/
+1
2014-03-13
selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite()
Stefan Metzmacher
1
-1
/
+4
2014-03-13
selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite...
Stefan Metzmacher
1
-0
/
+6
2014-03-13
selftest/subunithelper.py: correctly handle unexpected success in FilterOps
Stefan Metzmacher
1
-1
/
+13
2012-04-27
selftest: Place the test environment at the end of the failure lines
Andrew Bartlett
1
-4
/
+9
2011-12-05
selftest: Display unexpected successes and expected failures.
Jelmer Vernooij
1
-13
/
+35
[next]