summaryrefslogtreecommitdiff
path: root/python/samba/subunit/__init__.py
AgeCommit message (Expand)AuthorFilesLines
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
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 Vernooij1-21/+0
2015-03-06Add RemoteTestCase and RemoteError to samba.subunit.Jelmer Vernooij1-0/+59
2015-03-06Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij1-0/+28
2015-03-06Fix copyright headers for python/samba/subunit.Jelmer Vernooij1-0/+18
2015-03-06Add simple subunit runner outputting subunit v1.Jelmer Vernooij1-0/+0