summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
* Added empty test module to test suite.Thomi Richards2013-11-182-1/+25
* Added new script file, modified setup.py to install it, and added an empty im...Thomi Richards2013-11-181-0/+18
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-253-1/+54
* * Python 3.1 and 3.2 have an inconsistent memoryview implementation whichRobert Collins2013-08-251-1/+19
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-252-14/+28
* Release 0.0.150.0.15Robert Collins2013-08-251-1/+1
* * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.Robert Collins2013-08-251-10/+15
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-252-0/+8
* Release 0.0.140.0.14Robert Collins2013-08-241-1/+1
* * Memoryview detection was broken and thus it's use was never really tested.Robert Collins2013-08-241-3/+10
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-242-19/+63
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-2/+6
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
* Release 0.0.13.0.0.13Robert Collins2013-06-171-1/+1
* * `subunit-stats` no longer outputs encapsulated stdout as subunit.Robert Collins2013-06-171-4/+9
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-171-1/+5
* BUG FIXESRobert Collins2013-06-1613-159/+14
* Release 0.120.0.12Robert Collins2013-05-251-1/+1
* BUG FIXESRobert Collins2013-05-132-0/+9
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-082-3/+3
* Switch to variable length encoded integers.Robert Collins2013-03-313-162/+373
* * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbufferedRobert Collins2013-03-131-0/+7
* Fixes from getting testrepository running with v2.Robert Collins2013-03-063-12/+63
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-042-1/+20
* Fix up buffering to make pdb usable.Robert Collins2013-03-043-3/+24
* Convert subunit.run to v2.Robert Collins2013-03-032-16/+15
* Port existing filters to v2.Robert Collins2013-03-034-305/+287
* Update subunit-ls.Robert Collins2013-02-272-1/+16
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-262-8/+28
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-262-69/+87
* Make streams all binary and fix incorrect ordering of mime encoding.Robert Collins2013-02-251-6/+11
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-253-32/+493
* Start on an encoder.Robert Collins2013-02-224-0/+162
* 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-172-3/+22
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-174-3/+31
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-081-2/+6
* Python3.1 support from Arfrever Frehtes Taifersar Arahesis.Robert Collins2012-05-081-1/+1
* Handle text stdin and stdout streams.Robert Collins2012-05-082-17/+45
* * Python3 support regressed in trunk.Robert Collins2012-05-085-19/+25
* Make _make_tag_filter public.Robert Collins2012-05-032-4/+4
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-022-5/+28
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-022-114/+319
|\
| * Fix up some XXX comments.Jonathan Lange2012-04-261-3/+2
| * Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-202-11/+30
| * Factor a TagsMixin out of TagCollapsingDecoratorJonathan Lange2012-04-201-29/+40
| * Make the integration test include local tags as well.Jonathan Lange2012-04-201-0/+8