summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add a TestResultFilter supporting filtering out success/fail/errors.Robert Collins2009-02-221-0/+49
* Review feedback.Robert Collins2009-02-151-4/+5
* Merge trunk.Robert Collins2008-12-151-9/+9
|\
| * Merge tags support.Robert Collins2008-12-131-4/+35
| |\
| | * Review feedback from jml.Robert Collins2008-12-131-3/+3
| * | Split tracebacks by *line* rather than by any whitespace.Jonathan Lange2008-06-191-2/+2
| * | Use the test ID, not the test description.Jonathan Lange2008-05-061-4/+4
* | | fail->failure for tap2subunitRobert Collins2008-12-101-1/+1
* | | subunit-stats filter added.Robert Collins2008-12-091-0/+63
* | | Add subunit-tags to alter the tags on a test stream.Robert Collins2008-12-081-7/+56
* | | Swallow time: commands when seen.Robert Collins2008-12-081-1/+4
* | | Merge tags branch to resolve conflictsRobert Collins2008-12-081-2/+33
|\ \ \ | | |/ | |/|
| * | Implement tags support in the protocol server, supporting clients that want t...Robert Collins2008-12-071-2/+33
| |/
* | Really aggregate lines from XFAIL and SUCCESS comments.Robert Collins2008-12-081-1/+4
* | Add a tap2subunit filter program.Robert Collins2008-12-081-0/+109
* | Handle comments for test success (in wire parser) and connection loss for XFA...Robert Collins2008-12-071-2/+13
* | Add XFAIL support. As with Skip, there is no python object representation of ...Robert Collins2008-12-071-1/+20
* | Implement skip support for the protocol server (but not for python clients as...Robert Collins2008-12-071-22/+43
|/
* handle stdout lines with no spaces in them from child processesJean-Paul Calderone2007-02-121-13/+18
* Rename sibpath to join_dir, and add a docstring.Jonathan Lange2007-01-141-4/+14
* Make ExecTestCase test docstring/paths relative to the module they areJonathan Lange2007-01-141-1/+2
* Add sibpathJonathan Lange2007-01-141-0/+5
* Clean up whitespaceJonathan Lange2007-01-141-17/+17
* Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-191-1/+1
* Clarify the line-handling logicJonathan Lange2006-12-021-25/+13
* Correct spelling: recieved -> received.Jonathan Lange2006-10-101-9/+9
* Start C language bindings.Robert Collins2006-04-151-0/+364