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