summaryrefslogtreecommitdiff
path: root/selftest/subunithelper.py
AgeCommit message (Collapse)AuthorFilesLines
2010-05-30selftest: list.remove raises ValueError rather than KeyError.Jelmer Vernooij1-4/+4
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-13/+19
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit.
2010-04-11selftest: Accept 'testing:' to introduce new tests.Jelmer Vernooij1-1/+1
2010-04-10subunit: Don't abort when receiving test results from tests that weren'tJelmer Vernooij1-11/+32
announced.
2010-04-06selftest: Remove python2.4-ismsJelmer Vernooij1-3/+5
2010-03-31selftest: Use standard subunit command for progress reporting.Jelmer Vernooij1-8/+0
2010-03-31selftest: Support parsing progress in format-subunit/filter-subunit.Jelmer Vernooij1-0/+27
2010-03-31selftest: Convert filter-subunit to Python so the subunit Python moduleJelmer Vernooij1-4/+133
can be used later.
2010-03-30format-subunit: Improve formatting, simplify code.Jelmer Vernooij1-47/+45
2010-03-30selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij1-10/+11
so we can leverage the work happening in python-subunit.
2010-03-30selftest: Convert format-subunit to Python.Jelmer Vernooij1-0/+170