Add simple subunit runner outputting subunit v1.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 11 Dec 2014 01:07:36 +0000 (01:07 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:46 +0000 (04:41 +0100)
commitdaf63fef10835a5c5a7b51a78fbd45911a48e58e
treee2e9d6138b1c1e40dde00736c10341dca2949625
parentf6efe0c5c2378f477e528ac9c6571a732aa2c49b
Add simple subunit runner outputting subunit v1.

This is a short module (< 1k lines) that removes the need to
depend on subunit, testtools, extras and mimeparse. It is
based on an extract from testtools and subunit.

Change-Id: I0a4f3060b25f7bde602a07ed6bef71c8196fca64
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/subunit/__init__.py [new file with mode: 0644]
python/samba/subunit/run.py [new file with mode: 0755]