summaryrefslogtreecommitdiffstats
path: root/selftest/subunithelper.py
Commit message (Collapse)AuthorAgeFilesLines
* selftest: list.remove raises ValueError rather than KeyError.Jelmer Vernooij2010-05-301-4/+4
|
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-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.
* selftest: Accept 'testing:' to introduce new tests.Jelmer Vernooij2010-04-111-1/+1
|
* subunit: Don't abort when receiving test results from tests that weren'tJelmer Vernooij2010-04-101-11/+32
| | | | announced.
* selftest: Remove python2.4-ismsJelmer Vernooij2010-04-061-3/+5
|
* selftest: Use standard subunit command for progress reporting.Jelmer Vernooij2010-03-311-8/+0
|
* selftest: Support parsing progress in format-subunit/filter-subunit.Jelmer Vernooij2010-03-311-0/+27
|
* selftest: Convert filter-subunit to Python so the subunit Python moduleJelmer Vernooij2010-03-311-4/+133
| | | | can be used later.
* format-subunit: Improve formatting, simplify code.Jelmer Vernooij2010-03-301-47/+45
|
* selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij2010-03-301-10/+11
| | | | so we can leverage the work happening in python-subunit.
* selftest: Convert format-subunit to Python.Jelmer Vernooij2010-03-301-0/+170