summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_chunked.py
Commit message (Collapse)AuthorAgeFilesLines
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-1/+1
|
* Stop using io imports from testtoolsStephen Finucane2021-12-151-5/+2
| | | | | | | We no longer need to worry about Python 2, so we can just import directly from 'io'. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Fix imports from testtools.compatMatthieu Huin2021-06-151-1/+5
| | | | | | The future release of testtools will drop StringIO and BytesIO. Try to import them from testtools.compat, or from the io module if they're not available.
* 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)
* Nearly done.Robert Collins2011-04-251-49/+49
|
* Make test suite importable in py3.Robert Collins2011-04-251-1/+2
|
* CR, not cr. Flakes. Whitespace.Jonathan Lange2011-01-281-2/+2
|
* Default to (more) strict decoding of chunked partsMartin Pool2011-01-111-2/+18
|
* Tolerate streams with the \r missing from the chunk length.Martin Pool2011-01-101-0/+8
|
* Small buffering bugs in chunked decoder.Robert Collins2009-10-131-0/+5
|
* Implement a chunked decoder.Robert Collins2009-10-101-0/+57
|
* Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-101-0/+65