summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | (Robert Collins, #1216163)
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-252-0/+8
| | | | (Robert Collins)
* 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
| | | | (Robert Collins, 1216101)
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-242-19/+63
| | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392)
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-2/+6
| | | | (Robert Collins, #1025392)
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
| | | | (Robert Collins, #1025392)
* 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
| | | | (Robert Collins, #1171987)
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-171-1/+5
| | | | `subunit.run.main`. (Robert Collins, #606770)
* BUG FIXESRobert Collins2013-06-1613-159/+14
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* Release 0.120.0.12Robert Collins2013-05-251-1/+1
|
* BUG FIXESRobert Collins2013-05-132-0/+9
| | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815)
* 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
| | | | | - without this pdb output is not reliably visible when stdout is a pipe as it usually is. (Robert Collins)
* 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
| | | | * NAME was not defined in the protocol BNF. (Robert Collins)
* 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
| | | | (Robert Collins, #1029866)
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-174-3/+31
| | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582)
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-081-2/+6
| | | | (Arfrever Frehtes Taifersar Arahesis, #987490)
* 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
| | | | (Arfrever Frehtes Taifersar Arahesis, #987514)
* 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 ↵Jonathan Lange2012-04-202-11/+30
| | | | | | | | correctly.
| * 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
| |
| * Merge updates from tag-collapsing-rigor.Jonathan Lange2012-04-202-0/+21
| |\
| * \ Merge tag collapsing thing.Jonathan Lange2012-04-202-19/+36
| |\ \
| * | | Properly scope tag collapsingJonathan Lange2012-04-203-1/+18
| | | |
| * | | Make sure tags are sent before result.Jonathan Lange2012-04-203-9/+26
| | | |
| * | | don't rely on current_tags, implement it ourselves.Jonathan Lange2012-04-193-19/+16
| | | |