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