summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_protocol2.py
Commit message (Expand)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
* Handle very short packetsRobert Collins2015-08-041-0/+14
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-12/+24
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+4
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
* BUG FIXESRobert Collins2013-06-161-6/+0
* BUG FIXESRobert Collins2013-05-131-0/+8
* 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