summaryrefslogtreecommitdiff
path: root/python/samba/subunit/run.py
AgeCommit message (Expand)AuthorFilesLines
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-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 Schneider1-1/+1
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-02python:subunit: Use UTC timezone from datatime moduleAndreas Schneider1-4/+2
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-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-06Import UTC definition from utc8601 module.Jelmer Vernooij1-3/+3
2015-03-06Set default testRunner rather than requiring the user pass it in.Jelmer Vernooij1-2/+3
2015-03-06Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij1-19/+2
2015-03-06Add simple subunit runner outputting subunit v1.Jelmer Vernooij1-0/+750