summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...Robert Collins2009-02-232-7/+7
* Add a TestResultFilter supporting filtering out success/fail/errors.Robert Collins2009-02-222-0/+117
* Review feedback.Robert Collins2009-02-151-7/+9
* Review feedback on the skip/xfail/success comment branch.Robert Collins2008-12-151-6/+8
* Merge trunk.Robert Collins2008-12-151-16/+15
|\
| * Merge tags support.Robert Collins2008-12-131-0/+53
| |\
| * | Split tracebacks by *line* rather than by any whitespace.Jonathan Lange2008-06-191-5/+6
| * | Use the test ID, not the test description.Jonathan Lange2008-05-061-14/+12
* | | fail->failure for tap2subunitRobert Collins2008-12-101-9/+9
* | | subunit-stats filter added.Robert Collins2008-12-092-0/+86
* | | Add subunit-tags to alter the tags on a test stream.Robert Collins2008-12-082-0/+72
* | | Swallow time: commands when seen.Robert Collins2008-12-081-0/+15
* | | Merge tags branch to resolve conflictsRobert Collins2008-12-081-0/+53
|\ \ \ | | |/ | |/|
| * | Implement tags support in the protocol server, supporting clients that want t...Robert Collins2008-12-071-0/+53
| |/
* | Add a tap2subunit filter program.Robert Collins2008-12-082-1/+439
* | Handle comments for test success (in wire parser) and connection loss for XFA...Robert Collins2008-12-071-0/+51
* | Add XFAIL support. As with Skip, there is no python object representation of ...Robert Collins2008-12-071-0/+55
* | Implement skip support for the protocol server (but not for python clients as...Robert Collins2008-12-071-0/+67
|/
* 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-121-6/+11
* whitespace cleanupJonathan Lange2007-01-171-2/+2
* Oops. Missed this.Jonathan Lange2007-01-141-2/+2
* Rename sibpath to join_dir, and add a docstring.Jonathan Lange2007-01-141-1/+1
* Make ExecTestCase test docstring/paths relative to the module they areJonathan Lange2007-01-141-3/+4
* Add sibpathJonathan Lange2007-01-141-0/+6
* Clean up whitespaceJonathan Lange2007-01-141-35/+35
* - Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-221-7/+7
|\
| * Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-191-7/+7
| * Use absolute paths so the tests run from trialJonathan Lange2006-12-022-7/+16
|/
* Start C language bindings.Robert Collins2006-04-155-0/+845