summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use the test ID, not the test description.Jonathan Lange2008-05-061-4/+4
* 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