summaryrefslogtreecommitdiff
path: root/python/samba/subunit
AgeCommit message (Expand)AuthorFilesLines
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