summaryrefslogtreecommitdiff
path: root/python/samba/subunit
Commit message (Expand)AuthorAgeFilesLines
* python:subunit: Avoid misleading "Test was never started" error messageJoseph Sutton2021-06-111-67/+84
* python:subunit: Remove write_traceback()Joseph Sutton2021-06-111-44/+7
* python:subunit: Fix skipping a test with no reason givenJoseph Sutton2021-06-111-2/+2
* selftest: Directly import python-iso8601Andreas Schneider2021-02-021-3/+0
* python:subunit: Use UTC timezone from datatime moduleAndreas Schneider2021-02-021-4/+2
* python: Remove remaining references to third_party python libsAndrew Bartlett2020-08-211-1/+0
* subunit/run.py: change shebang to python3Joe Guo2019-03-071-1/+1
* subunit/run.py: make iso8601 UTC usage python 2/3 compatibleJoe Guo2019-03-071-3/+3
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-241-1/+2
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* python: bulk replace file to open for py3Joe Guo2018-04-131-1/+1
* subunit.run: report failure in process return codeDouglas Bagnall2018-02-091-0/+7
* python: samba.subunit.run: Fix Python 3 compatibility.Lumir Balhar2016-12-011-8/+2
* Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij2015-03-061-38/+7
* Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij2015-03-061-0/+5
* Import UTC definition from utc8601 module.Jelmer Vernooij2015-03-062-24/+3
* Set default testRunner rather than requiring the user pass it in.Jelmer Vernooij2015-03-061-2/+3
* Add RemoteTestCase and RemoteError to samba.subunit.Jelmer Vernooij2015-03-061-0/+59
* Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij2015-03-062-19/+30
* Fix copyright headers for python/samba/subunit.Jelmer Vernooij2015-03-061-0/+18
* Add simple subunit runner outputting subunit v1.Jelmer Vernooij2015-03-062-0/+750