summaryrefslogtreecommitdiff
path: root/python/samba/subunit
AgeCommit message (Expand)AuthorFilesLines
2026-04-07subunit: Do not return successful exit code if tests fail or errorJennifer Sutton1-32/+28
2026-04-07selftest: Add keywords arguments to addDuration() methodJennifer Sutton1-2/+2
2026-01-15python subunit: add dummy addDuration methodsDouglas Bagnall1-0/+6
2023-12-15python: use python3 style super statementsRob van der Linde1-4/+4
2023-10-13python:subunit: Use now() instead of utcnow()Joseph Sutton1-1/+1
2023-08-30python: Remove unused importsJoseph Sutton1-1/+0
2023-08-21python:subunit: Use ‘is’ to compare variables with singletonsJoseph Sutton1-4/+4
2023-08-21python:subunit: Fix docstringJoseph Sutton1-1/+1
2023-06-23python:samba:subunit: Fix code spellingAndreas Schneider2-2/+2
2021-06-11python:subunit: Avoid misleading "Test was never started" error messageJoseph Sutton1-67/+84
2021-06-11python:subunit: Remove write_traceback()Joseph Sutton1-44/+7
2021-06-11python:subunit: Fix skipping a test with no reason givenJoseph Sutton1-2/+2
2021-02-02selftest: Directly import python-iso8601Andreas Schneider1-3/+0
2021-02-02python:subunit: Use UTC timezone from datatime moduleAndreas Schneider1-4/+2
2020-08-21python: Remove remaining references to third_party python libsAndrew Bartlett1-1/+0
2019-03-07subunit/run.py: change shebang to python3Joe Guo1-1/+1
2019-03-07subunit/run.py: make iso8601 UTC usage python 2/3 compatibleJoe Guo1-3/+3
2018-08-24PEP8: fix E701: multiple statements on one line (colon)Joe Guo1-1/+2
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-04-13python: bulk replace file to open for py3Joe Guo1-1/+1
2018-02-09subunit.run: report failure in process return codeDouglas Bagnall1-0/+7
2016-12-01python: samba.subunit.run: Fix Python 3 compatibility.Lumir Balhar1-8/+2
2015-03-06Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij1-38/+7
2015-03-06Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij1-0/+5
2015-03-06Import UTC definition from utc8601 module.Jelmer Vernooij2-24/+3
2015-03-06Set default testRunner rather than requiring the user pass it in.Jelmer Vernooij1-2/+3
2015-03-06Add RemoteTestCase and RemoteError to samba.subunit.Jelmer Vernooij1-0/+59
2015-03-06Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij2-19/+30
2015-03-06Fix copyright headers for python/samba/subunit.Jelmer Vernooij1-0/+18
2015-03-06Add simple subunit runner outputting subunit v1.Jelmer Vernooij2-0/+750