summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Python3.1 support from Arfrever Frehtes Taifersar Arahesis.Robert Collins2012-05-081-1/+1
* Handle text stdin and stdout streams.Robert Collins2012-05-081-12/+40
* Clean up a flakeJonathan Lange2012-02-161-2/+2
* Merge trunkJonathan Lange2012-02-161-1/+12
|\
| * et binary mode on the stream for forwarding subunit output (mgz)Jonathan Lange2012-02-101-1/+3
| |\
| | * Set binary mode on the forwarded stream in ProtocolTestCase as used by filtersMartin Packman2012-01-041-1/+3
| * | Tag support has been implemented for TestProtocolClient.Robert Collins2012-01-111-0/+9
| |/
* | Fix to call the public API in testtools.Jonathan Lange2012-02-091-4/+4
|/
* Couple of spelling corrections to python subunit module docstringMartin2011-08-071-2/+2
* Fix thinko in addSuccess refactoring.Robert Collins2011-05-021-1/+1
* Support unexpected success outcomes.Robert Collins2011-05-021-13/+54
|\
| * Additionally the protocol now has a keyword uxsuccess for Unexpected SuccessRobert Collins2011-05-021-13/+54
* | Martins fix for failures on windows.Robert Collins2011-05-021-2/+4
|\ \ | |/ |/|
| * Hack ExecTestCase and its tests to sort-of be portable fixing the remaing spewMartin2011-04-271-2/+6
* | Merge python 3K changes.Robert Collins2011-04-271-71/+121
|\ \ | |/
| * Test suite passing on 3.1.Robert Collins2011-04-251-8/+11
| * Nearly done.Robert Collins2011-04-251-29/+43
| * Tags in the API are strings. And python3 exception names.Robert Collins2011-04-251-2/+6
| * Merge Martin[gz]'s fix for make_stream_binary.Robert Collins2011-04-251-4/+10
| |\
| | * Remove presumably erroneous _make_stream_binary callMartin2011-04-251-1/+0
| | * Vary fileno attempt exception type to support Python 3Martin2011-04-251-1/+6
| | * Use try/except rather than getattr to test for fileno _make_stream_binaryMartin2011-04-251-3/+5
| * | More fixups.Robert Collins2011-04-251-16/+33
| |/
| * More small stuff.Robert Collins2011-04-251-2/+2
| * Progress.Robert Collins2011-04-251-3/+6
| * More progress.Robert Collins2011-04-251-5/+8
| * Fixup initial py3 support from tres and start digging further.Robert Collins2011-04-251-11/+11
| |\
| | * Work around Python3 syntax errors.Tres Seaver2011-03-101-14/+30
| |/
* | Move read_test_filter to python/subunit.Jelmer Vernooij2011-04-251-0/+13
|/
* More flakes.Jonathan Lange2011-02-111-25/+23
* Flush the stream at the start and end of each test in the python clientMartin2010-10-041-0/+6
* Make it clear that BRACKETED parts are utf8 and fix the outputter to do so.Robert Collins2010-07-021-11/+9
* Fix make check with testtools trunk.Robert Collins2010-06-241-6/+6
* * Old style tracebacks with no encoding info are now treated as UTF8 ratherRobert Collins2010-06-111-0/+2
* On windows, ProtocolTestCase and TestProtocolClient will set their streams toRobert Collins2010-05-131-0/+14
* Handle lowercase skip/todo in tap.Jelmer Vernooij2010-04-111-3/+3
* Merge SUBUNIT_FORMATTER patch.Jelmer Vernooij2010-01-161-0/+13
|\
| * Ignore SUBUNIT_FORMATTER if it is empty.Jelmer Vernooij2010-01-161-1/+1
| * Support SUBUNIT_FORMATTER environment variable.Jelmer Vernooij2010-01-151-0/+13
* | Only take commands that start the line they are observed on.Robert Collins2010-01-161-2/+2
|/
* Add experimental multipart support and addExpectFailure and addUnexpectedSucc...Robert Collins2009-12-151-383/+409
|\
| * Merge junitxml --forward branch.Robert Collins2009-12-141-4/+22
| |\ | |/ |/|
| * Line wrapping.Robert Collins2009-12-131-1/+2
| * Remove more references to cleaned up modules.Robert Collins2009-12-131-2/+0
| * Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-131-8/+9
| * Use testtools facilities for the details API.Robert Collins2009-12-111-16/+13
| * Support the extended TestResult details API on TestResultFilter (but not yet ...Robert Collins2009-10-251-120/+0
| * Add details API support to the Stats result object.Robert Collins2009-10-251-3/+3
| * Start reporting additional messages on successes via the details API.Robert Collins2009-10-241-3/+4
| * Move skips to the details API.Robert Collins2009-10-241-10/+4