summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_protocol2.py
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Jelmer Vernooij2023-02-021-2/+2
|
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-5/+5
|
* Drop compatibility wrappers for memoryview in older Python versionsJelmer Vernooij2023-01-281-2/+2
|
* Skip hypothesis tests on 3.2Robert Collins2015-10-201-10/+15
| | | | (It's not 3.2 compatible at the moment).
* Handle very short packetsRobert Collins2015-08-041-0/+14
| | | | Yay quickcheck.
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-12/+24
| | | | data and the error message. (Robert Collins)
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+4
| | | | (Robert Collins)
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
| | | | (Robert Collins, #1025392)
* BUG FIXESRobert Collins2013-06-161-6/+0
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* BUG FIXESRobert Collins2013-05-131-0/+8
| | | | | | | | | ~~~~~~~~~ * 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)
* Switch to variable length encoded integers.Robert Collins2013-03-311-75/+170
|
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-251-0/+273
|
* Start on an encoder.Robert Collins2013-02-221-0/+47