summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* python: Mark rawstrings as suchStephen Finucane2021-04-201-4/+4
* Release 1.4.0.1.4.0Jelmer Vernooij2020-03-141-1/+1
* Rely on file.__iter__ rather than file.readlines.Jelmer Vernooij2018-06-161-2/+2
* Fixup NEWS and versions for recent workRobert Collins2018-01-251-1/+1
* Check for ValueError in write only check in _unwrap_text()Matthew Treinish2017-09-251-1/+3
* Release 1.2.1.2.0Robert Collins2015-10-231-1/+1
* Support --locals in tracebacks and release 1.1.01.1.0Robert Collins2015-03-101-1/+1
* Remove support for SUBUNIT_FORMATTER, which has been broken for a long time.Jelmer Vernooij2014-12-111-16/+0
* Release 1.0.0.1.0.0Robert Collins2014-11-191-1/+1
* 0.0.210.0.21Robert Collins2014-08-271-1/+1
* Release 0.0.200.0.20Robert Collins2014-08-271-1/+1
* 0.0.19Robert Collins2014-08-241-1/+1
* Release 0.0.18.0.0.18Robert Collins2014-01-301-1/+1
* Release 0.0.17Robert Collins2014-01-291-1/+1
* Release 0.0.16.0.0.16Robert Collins2013-11-301-1/+1
* The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-241-7/+0
* 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
| |\