summaryrefslogtreecommitdiff
path: root/selftest/subunithelper.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27selftest: Place the test environment at the end of the failure linesAndrew Bartlett1-4/+9
This allows a knownfail entry to be added for only one environment, rather than all environments. Andrew Bartlett
2011-12-05selftest: Display unexpected successes and expected failures.Jelmer Vernooij1-13/+35
2011-12-05selftest: Add --flapping argument to filter-subunit.Jelmer Vernooij1-2/+26
2010-11-21subunithelper: Exit with 1 if more than zero testsuites failed orJelmer Vernooij1-5/+10
errorred. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 21 21:13:00 CET 2010 on sn-devel-104
2010-11-03filter-subunit: Add --fail-on-empty argument.Jelmer Vernooij1-0/+3
2010-10-10subunithelper: Don't access 'message' attribute directly as it deprecatedKamen Mazdrashki1-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
2010-10-02subunithelper: Remove accidentally added line.Jelmer Vernooij1-3/+0
2010-10-02subunithelper: Fix format time.Jelmer Vernooij1-1/+2
2010-10-02subunithelper: Make filter options optional.Jelmer Vernooij1-9/+9
2010-10-02selftest: Move plain text formatter to subunithelper.Jelmer Vernooij1-1/+203
2010-09-30selftest: Avoid accessing deprecated BaseException.message.Jelmer Vernooij1-1/+1
Thanks to Andreas for pointing this out.
2010-09-28Add dedicated exception for immediate failure in filter-subunit, don't raise ↵Jelmer Vernooij1-3/+10
it on known exceptions.
2010-09-28filter-subunit: added a --fail-immediately optionAndrew Tridgell1-1/+7
2010-09-22subunithelper: Cope with errors outside of testsuites.Jelmer Vernooij1-0/+1
2010-09-22selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij1-1/+1
2010-09-15subunit: Re-add outputmsg.Jelmer Vernooij1-0/+3
2010-09-14subunit: Use RemoteError when passing errors to upstream subunit.Jelmer Vernooij1-16/+19
2010-09-14subunit: Use standard subunit functions for reproducing subunit streams.Jelmer Vernooij1-50/+23
2010-09-14subunit: Remove unused methods.Jelmer Vernooij1-14/+2
2010-09-14subunit: Use standard functions for addSuccess, addExpectedFail,Jelmer Vernooij1-27/+62
addFailure, addSkip.
2010-09-14subunit: Use standard addError method implementation.Jelmer Vernooij1-9/+11
2010-09-14subunit: Pass TestCase objects to startTest rather than test name strings.Jelmer Vernooij1-7/+4
2010-09-14subunit: Use subunit standard functions for handling time and progress.Jelmer Vernooij1-29/+9
2010-09-14subunit: Use standard subunit test protocol client, use standard name for ↵Jelmer Vernooij1-21/+23
startTest.
2010-09-14subunit: Initial work on using the standard TestResult class.Jelmer Vernooij1-1/+2
2010-09-05selftest/subunit: Parse timestamps generated by upstream subunit.Jelmer Vernooij1-2/+8
2010-08-26subunit: Make sure "]" in failure reason ends up on its own line, so theJelmer Vernooij1-2/+2
next subunit parser in the line parses it correctly.
2010-08-26subunithelper: Pass along lines as normal output when ignoring them for not ↵Jelmer Vernooij1-0/+4
containing commands.
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