httpx/tests
Tom Christie 20f4911e80
Fixes for LineDecoding (#1075)
* Fixes #1033 - Ensure that text that spans 3 invocations before newline is handled - don't clobber the buffer between invocations that haven't seen any lines.
This seems like a one character fix + the test.

* Update the tests.

* Undo formatting/indentation.

* Update long comment.

* Fix trailing cr line decoding

Co-authored-by: Sheridan C Rawlins <scr@verizonmedia.com>
2020-07-23 09:45:35 +01:00
..
client Skip HSTS preloading on single-label domains (#1074) 2020-07-21 10:40:10 +01:00
fixtures Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
models Drop fullpath setter (#1069) 2020-07-23 09:43:11 +01:00
__init__.py Drop RedirectLoop exception (#819) 2020-02-24 10:09:52 +00:00
common.py Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
concurrency.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
conftest.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_api.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_asgi.py Run ASGI tests on trio too (#1020) 2020-06-13 19:42:36 +02:00
test_config.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_content_streams.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_decoders.py Fixes for LineDecoding (#1075) 2020-07-23 09:45:35 +01:00
test_exceptions.py Drop deprecated API (#1057) 2020-07-15 12:19:56 +01:00
test_multipart.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_status_codes.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_timeouts.py Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02:00
test_utils.py Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
test_wsgi.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
utils.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00