Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | subunithelper: Exit with 1 if more than zero testsuites failed or | Jelmer Vernooij | 2010-11-21 | 1 | -5/+10 |
| | | | | | | | errorred. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 21 21:13:00 CET 2010 on sn-devel-104 | ||||
* | filter-subunit: Add --fail-on-empty argument. | Jelmer Vernooij | 2010-11-03 | 1 | -0/+3 |
| | |||||
* | subunithelper: Don't access 'message' attribute directly as it deprecated | Kamen Mazdrashki | 2010-10-10 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 01:50:09 UTC 2010 on sn-devel-104 | ||||
* | subunithelper: Remove accidentally added line. | Jelmer Vernooij | 2010-10-02 | 1 | -3/+0 |
| | |||||
* | subunithelper: Fix format time. | Jelmer Vernooij | 2010-10-02 | 1 | -1/+2 |
| | |||||
* | subunithelper: Make filter options optional. | Jelmer Vernooij | 2010-10-02 | 1 | -9/+9 |
| | |||||
* | selftest: Move plain text formatter to subunithelper. | Jelmer Vernooij | 2010-10-02 | 1 | -1/+203 |
| | |||||
* | selftest: Avoid accessing deprecated BaseException.message. | Jelmer Vernooij | 2010-09-30 | 1 | -1/+1 |
| | | | | Thanks to Andreas for pointing this out. | ||||
* | Add dedicated exception for immediate failure in filter-subunit, don't raise ↵ | Jelmer Vernooij | 2010-09-28 | 1 | -3/+10 |
| | | | | it on known exceptions. | ||||
* | filter-subunit: added a --fail-immediately option | Andrew Tridgell | 2010-09-28 | 1 | -1/+7 |
| | |||||
* | subunithelper: Cope with errors outside of testsuites. | Jelmer Vernooij | 2010-09-22 | 1 | -0/+1 |
| | |||||
* | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | subunit: Re-add outputmsg. | Jelmer Vernooij | 2010-09-15 | 1 | -0/+3 |
| | |||||
* | subunit: Use RemoteError when passing errors to upstream subunit. | Jelmer Vernooij | 2010-09-14 | 1 | -16/+19 |
| | |||||
* | subunit: Use standard subunit functions for reproducing subunit streams. | Jelmer Vernooij | 2010-09-14 | 1 | -50/+23 |
| | |||||
* | subunit: Remove unused methods. | Jelmer Vernooij | 2010-09-14 | 1 | -14/+2 |
| | |||||
* | subunit: Use standard functions for addSuccess, addExpectedFail, | Jelmer Vernooij | 2010-09-14 | 1 | -27/+62 |
| | | | | addFailure, addSkip. | ||||
* | subunit: Use standard addError method implementation. | Jelmer Vernooij | 2010-09-14 | 1 | -9/+11 |
| | |||||
* | subunit: Pass TestCase objects to startTest rather than test name strings. | Jelmer Vernooij | 2010-09-14 | 1 | -7/+4 |
| | |||||
* | subunit: Use subunit standard functions for handling time and progress. | Jelmer Vernooij | 2010-09-14 | 1 | -29/+9 |
| | |||||
* | subunit: Use standard subunit test protocol client, use standard name for ↵ | Jelmer Vernooij | 2010-09-14 | 1 | -21/+23 |
| | | | | startTest. | ||||
* | subunit: Initial work on using the standard TestResult class. | Jelmer Vernooij | 2010-09-14 | 1 | -1/+2 |
| | |||||
* | selftest/subunit: Parse timestamps generated by upstream subunit. | Jelmer Vernooij | 2010-09-05 | 1 | -2/+8 |
| | |||||
* | subunit: Make sure "]" in failure reason ends up on its own line, so the | Jelmer Vernooij | 2010-08-26 | 1 | -2/+2 |
| | | | | next subunit parser in the line parses it correctly. | ||||
* | subunithelper: Pass along lines as normal output when ignoring them for not ↵ | Jelmer Vernooij | 2010-08-26 | 1 | -0/+4 |
| | | | | containing commands. | ||||
* | selftest: list.remove raises ValueError rather than KeyError. | Jelmer Vernooij | 2010-05-30 | 1 | -4/+4 |
| | |||||
* | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 2010-04-11 | 1 | -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 Vernooij | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | subunit: Don't abort when receiving test results from tests that weren't | Jelmer Vernooij | 2010-04-10 | 1 | -11/+32 |
| | | | | announced. | ||||
* | selftest: Remove python2.4-isms | Jelmer Vernooij | 2010-04-06 | 1 | -3/+5 |
| | |||||
* | selftest: Use standard subunit command for progress reporting. | Jelmer Vernooij | 2010-03-31 | 1 | -8/+0 |
| | |||||
* | selftest: Support parsing progress in format-subunit/filter-subunit. | Jelmer Vernooij | 2010-03-31 | 1 | -0/+27 |
| | |||||
* | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 2010-03-31 | 1 | -4/+133 |
| | | | | can be used later. | ||||
* | format-subunit: Improve formatting, simplify code. | Jelmer Vernooij | 2010-03-30 | 1 | -47/+45 |
| | |||||
* | selftest: Replace perl subunit formatter with python subunit formatter, | Jelmer Vernooij | 2010-03-30 | 1 | -10/+11 |
| | | | | so we can leverage the work happening in python-subunit. | ||||
* | selftest: Convert format-subunit to Python. | Jelmer Vernooij | 2010-03-30 | 1 | -0/+170 |