summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Release 0.0.150.0.15Robert Collins2013-08-251-1/+1
* Release 0.0.140.0.14Robert Collins2013-08-241-1/+1
* Release 0.0.13.0.0.13Robert Collins2013-06-171-1/+1
* Release 0.120.0.12Robert Collins2013-05-251-1/+1
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-081-1/+1
* Fixes from getting testrepository running with v2.Robert Collins2013-03-061-2/+3
* Port existing filters to v2.Robert Collins2013-03-031-45/+53
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-251-1/+1
* Start on an encoder.Robert Collins2013-02-221-0/+1
* Release 0.0.10.0.0.10Robert Collins2013-02-081-10/+13
* * make_stream_binary is now public for reuse. (Robert Collins)Robert Collins2013-02-071-5/+5
* Tweak Python3 support to help testrepository get 3-ready.Robert Collins2013-01-271-3/+3
* Release 0.0.9.0.0.9Robert Collins2012-12-171-0/+13
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-171-2/+8
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-0/+6
* 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