summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
Commit message (Expand)AuthorAgeFilesLines
* format-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij2015-03-061-6/+1
* Reduce number of places where sys.path is (possibly) updated for external mod...Jelmer Vernooij2014-11-301-4/+6
* Include mimeparse, which is used by subunit/testtools.Jelmer Vernooij2014-11-221-0/+2
* format-subunit: Remove remaining tabs.Jelmer Vernooij2014-11-191-1/+2
* format-subunit: Split out summary file writing.Jelmer Vernooij2010-10-021-7/+11
* selftest: Move plain text formatter to subunithelper.Jelmer Vernooij2010-10-021-203/+1
* land: Move stage building into a separate class so we can have subclasses (e....Jelmer Vernooij2010-10-021-1/+0
* format-subunit: Display number of failed tests even if there are noJelmer Vernooij2010-09-281-1/+3
* subunit: Use RemoteError when passing errors to upstream subunit.Jelmer Vernooij2010-09-141-3/+7
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-141-4/+3
* subunit: Use standard subunit functions for reproducing subunit streams.Jelmer Vernooij2010-09-141-0/+15
* subunit: Pass TestCase objects to startTest rather than test name strings.Jelmer Vernooij2010-09-141-1/+1
* subunit: Use subunit standard functions for handling time and progress.Jelmer Vernooij2010-09-141-6/+6
* subunit: Use standard subunit test protocol client, use standard name for sta...Jelmer Vernooij2010-09-141-2/+2
* subunit: Initial work on using the standard TestResult class.Jelmer Vernooij2010-09-141-3/+4
* selftest: Cope with empty testsuite results in more places.Jelmer Vernooij2010-05-181-2/+4
* selftest: Cope with testsuites without any output whatsoever (probably an err...Jelmer Vernooij2010-05-181-1/+1
* selftest: Display minutes and hours for duration.Jelmer Vernooij2010-04-071-1/+13
* selftest: Update sys.path before attempting to import external modules.Jelmer Vernooij2010-03-311-2/+3
* selftest: Make sure format-subunit and filter-subunit can find testtools/subu...Jelmer Vernooij2010-03-311-0/+3
* format-subunit: Hide reason if it is None.Jelmer Vernooij2010-03-311-8/+6
* format-subunit: Don't show reason at all if it is None.Jelmer Vernooij2010-03-311-1/+3
* selftest: Use boolean types in Python.Jelmer Vernooij2010-03-311-2/+2
* selftest: Use standard subunit command for progress reporting.Jelmer Vernooij2010-03-311-4/+11
* selftest: Support parsing progress in format-subunit/filter-subunit.Jelmer Vernooij2010-03-311-0/+3
* format-subunit: Avoid printing backtrace on Ctrl-C.Jelmer Vernooij2010-03-311-1/+5
* selftest: reason may be NoneAndrew Tridgell2010-03-301-1/+3
* format-subunit: Improve formatting, simplify code.Jelmer Vernooij2010-03-301-22/+24
* selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij2010-03-301-10/+166
* selftest: Convert format-subunit to Python.Jelmer Vernooij2010-03-301-66/+27
* selftest: Remove html subunit formatter; it's too simple and really belongs i...Jelmer Vernooij2010-03-281-17/+3
* Remove extension from format-subunit.Jelmer Vernooij2010-03-281-0/+91