summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Split TestResultDecorator into hooked and non-hooked one. Also improve fallba...Robert Collins2009-08-301-24/+95
* Merge Martin's regex filter patch.Robert Collins2009-08-302-6/+30
|\
| * Add TestResultFilter filter_predicate optionMartin Pool2009-08-052-6/+30
* | Extend the progress model to support a push/pop model.Robert Collins2009-08-086-20/+280
* | Review feedback.Robert Collins2009-08-081-3/+4
* | python: pass xfail outcomes to TestResult.addExpectedFailure, when it is defi...Robert Collins2009-08-062-18/+71
|/
* Add --no-passthrough option to various filters.Robert Collins2009-08-032-11/+32
* Basic progress support.Robert Collins2009-07-284-0/+98
* Add missing shouldStop attribute to TestResult decorators.Robert Collins2009-07-232-0/+20
* Add AutoTimingTestResultDecorator.Robert Collins2009-07-222-1/+89
* Add TestProtocolClient.time().Robert Collins2009-07-222-2/+23
* Add subunit.test_results.HookedTestResultDecorator.Robert Collins2009-07-223-0/+208
* Support microsecond times.Robert Collins2009-07-208-7/+354
* Teach python to call TestResult.time on time: tags.Robert Collins2009-07-202-32/+49
* Add docs to the sample-script explaining why it has an argv check.Robert Collins2009-07-191-0/+3
* Support arguments in ExecTestCase.Robert Collins2009-07-183-2/+15
* Merge python helper subunit.run, for running python suites in subunit.Robert Collins2009-07-181-0/+43
|\
| * Move subunitrun => subunit.runJelmer Vernooij2009-06-122-19/+21
| * Add trivial command-line test runner.Jelmer Vernooij2009-06-042-0/+43
|/
* Switch to autoconf.Robert Collins2009-05-081-20/+0
* Add done() to ProtocolTestClient.Robert Collins2009-04-081-0/+3
* Fix python issue with ProtocolTestCase: file.readline() gets a line immediate...Robert Collins2009-03-181-1/+3
* Review feedback on filters.Robert Collins2009-03-091-1/+0
* Update skip support in python to be in line with testtools.Robert Collins2009-02-284-25/+93
* Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...Robert Collins2009-02-233-8/+8
* Add a TestResultFilter supporting filtering out success/fail/errors.Robert Collins2009-02-223-0/+166
* Review feedback.Robert Collins2009-02-152-11/+14
* Review feedback on the skip/xfail/success comment branch.Robert Collins2008-12-151-6/+8
* Merge trunk.Robert Collins2008-12-152-25/+24
|\
| * Merge tags support.Robert Collins2008-12-132-4/+88
| |\
| | * Review feedback from jml.Robert Collins2008-12-131-3/+3
| * | Split tracebacks by *line* rather than by any whitespace.Jonathan Lange2008-06-192-7/+8
| * | Use the test ID, not the test description.Jonathan Lange2008-05-062-18/+16
* | | fail->failure for tap2subunitRobert Collins2008-12-102-10/+10
* | | subunit-stats filter added.Robert Collins2008-12-093-0/+149
* | | Add subunit-tags to alter the tags on a test stream.Robert Collins2008-12-083-7/+128
* | | Swallow time: commands when seen.Robert Collins2008-12-082-1/+19
* | | Merge tags branch to resolve conflictsRobert Collins2008-12-082-2/+86
|\ \ \ | | |/ | |/|
| * | Implement tags support in the protocol server, supporting clients that want t...Robert Collins2008-12-072-2/+86
| |/
* | Really aggregate lines from XFAIL and SUCCESS comments.Robert Collins2008-12-081-1/+4
* | Add a tap2subunit filter program.Robert Collins2008-12-083-1/+548
* | Handle comments for test success (in wire parser) and connection loss for XFA...Robert Collins2008-12-072-2/+64
* | Add XFAIL support. As with Skip, there is no python object representation of ...Robert Collins2008-12-072-1/+75
* | Implement skip support for the protocol server (but not for python clients as...Robert Collins2008-12-072-22/+110
|/
* Slightly more PEP compliant docstring.jml@canonical.com2007-03-181-3/+2
* handle stdout lines with no spaces in them from child processesJean-Paul Calderone2007-02-122-19/+29
* whitespace cleanupJonathan Lange2007-01-172-3/+3
* Oops. Missed this.Jonathan Lange2007-01-141-2/+2
* Rename sibpath to join_dir, and add a docstring.Jonathan Lange2007-01-142-5/+15
* Make ExecTestCase test docstring/paths relative to the module they areJonathan Lange2007-01-142-4/+6