Age | Commit message (Expand) | Author | Files | Lines |
2010-09-22 | subunithelper: Cope with errors outside of testsuites. | Jelmer Vernooij | 1 | -0/+1 |
2010-09-22 | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 1 | -1/+1 |
2010-09-15 | subunit: Re-add outputmsg. | Jelmer Vernooij | 1 | -0/+3 |
2010-09-14 | subunit: Use RemoteError when passing errors to upstream subunit. | Jelmer Vernooij | 1 | -16/+19 |
2010-09-14 | subunit: Use standard subunit functions for reproducing subunit streams. | Jelmer Vernooij | 1 | -50/+23 |
2010-09-14 | subunit: Remove unused methods. | Jelmer Vernooij | 1 | -14/+2 |
2010-09-14 | subunit: Use standard functions for addSuccess, addExpectedFail, | Jelmer Vernooij | 1 | -27/+62 |
2010-09-14 | subunit: Use standard addError method implementation. | Jelmer Vernooij | 1 | -9/+11 |
2010-09-14 | subunit: Pass TestCase objects to startTest rather than test name strings. | Jelmer Vernooij | 1 | -7/+4 |
2010-09-14 | subunit: Use subunit standard functions for handling time and progress. | Jelmer Vernooij | 1 | -29/+9 |
2010-09-14 | subunit: Use standard subunit test protocol client, use standard name for sta... | Jelmer Vernooij | 1 | -21/+23 |
2010-09-14 | subunit: Initial work on using the standard TestResult class. | Jelmer Vernooij | 1 | -1/+2 |
2010-09-05 | selftest/subunit: Parse timestamps generated by upstream subunit. | Jelmer Vernooij | 1 | -2/+8 |
2010-08-26 | subunit: Make sure "]" in failure reason ends up on its own line, so the | Jelmer Vernooij | 1 | -2/+2 |
2010-08-26 | subunithelper: Pass along lines as normal output when ignoring them for not c... | Jelmer Vernooij | 1 | -0/+4 |
2010-05-30 | selftest: list.remove raises ValueError rather than KeyError. | Jelmer Vernooij | 1 | -4/+4 |
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -13/+19 |
2010-04-11 | selftest: Accept 'testing:' to introduce new tests. | Jelmer Vernooij | 1 | -1/+1 |
2010-04-10 | subunit: Don't abort when receiving test results from tests that weren't | Jelmer Vernooij | 1 | -11/+32 |
2010-04-06 | selftest: Remove python2.4-isms | Jelmer Vernooij | 1 | -3/+5 |
2010-03-31 | selftest: Use standard subunit command for progress reporting. | Jelmer Vernooij | 1 | -8/+0 |
2010-03-31 | selftest: Support parsing progress in format-subunit/filter-subunit. | Jelmer Vernooij | 1 | -0/+27 |
2010-03-31 | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 1 | -4/+133 |
2010-03-30 | format-subunit: Improve formatting, simplify code. | Jelmer Vernooij | 1 | -47/+45 |
2010-03-30 | selftest: Replace perl subunit formatter with python subunit formatter, | Jelmer Vernooij | 1 | -10/+11 |
2010-03-30 | selftest: Convert format-subunit to Python. | Jelmer Vernooij | 1 | -0/+170 |