summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sibpathJonathan Lange2007-01-142-0/+11
* Clean up whitespaceJonathan Lange2007-01-142-52/+52
* - Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-222-33/+21
|\
| * Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-192-8/+8
| * Clarify the line-handling logicJonathan Lange2006-12-021-25/+13
| * Use absolute paths so the tests run from trialJonathan Lange2006-12-022-7/+16
|/
* Correct spelling: recieved -> received.Jonathan Lange2006-10-101-9/+9
* Simplify test running, combine shell and python tests into one pyunit suite.Robert Collins2006-04-172-131/+0
* Finish stage one conversion to scons.Robert Collins2006-04-172-0/+151
* Start C language bindings.Robert Collins2006-04-156-0/+1209