httpx/tests
Florimond Manca c38fd68ed7 Drop BackgroundManager in favor of fork(func1, func2) (#603)
* Drop BackgroundManager in favor of fork(func1, func2)

* Please mypy
2019-12-06 10:49:24 +00:00
..
client Add Client.stream() method. (#600) 2019-12-05 17:25:43 +00:00
dispatch Fix Timeout -> TimeoutException in test case (#598) 2019-12-05 11:03:27 +00:00
models stream -> stream_bytes, raw -> stream_raw (#599) 2019-12-05 11:39:28 +00:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Fix race condition on stream.read (#535) 2019-11-22 09:34:09 +01:00
conftest.py Drop sync (#544) 2019-11-27 10:43:42 +00:00
test_api.py Add Client.stream() method. (#600) 2019-12-05 17:25:43 +00:00
test_asgi.py Drop sync (#544) 2019-11-27 10:43:42 +00:00
test_concurrency.py Drop BackgroundManager in favor of fork(func1, func2) (#603) 2019-12-06 10:49:24 +00:00
test_config.py Allow default+override timeout style (#593) 2019-12-05 09:38:48 +00:00
test_decoders.py Add Response.stream_lines (#575) 2019-11-30 18:02:46 +00:00
test_multipart.py Better HTTP/2 defaults. (#584) 2019-12-02 17:07:04 +00:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Add Client.stream() method. (#600) 2019-12-05 17:25:43 +00:00
test_utils.py Refactor netrc handling (#558) 2019-11-28 12:31:15 +00:00
utils.py Refactor debug and trace log tests (#506) 2019-11-06 12:04:20 +01:00