httpx/httpcore
Yeray Diaz Diaz 2e9ab2e904 Include URL.__hash__ in test (#64)
* Include URL.__hash__ in test

* Add test for URLs being used in a set

Remove hash assertion on test requests

* Cleanup models.py

* Use membership test instead of equality to avoid ordering problems
2019-05-15 14:30:00 +01:00
..
dispatch Add ConcurrencyBackend interface 2019-05-14 10:25:31 +01:00
__init__.py Drop top-level imports that don't need to be public API 2019-05-14 15:27:25 +01:00
client.py Support alternate concurrency backends from client & rejig tests 2019-05-14 14:11:13 +01:00
concurrency.py Add ConcurrencyBackend interface 2019-05-14 10:25:31 +01:00
config.py Finessing interface 2019-04-30 11:26:11 +01:00
decoders.py Exclude decoder's flush try..except from coverage 2019-05-14 13:43:12 +01:00
exceptions.py Add HttpError 2019-05-04 17:42:55 +02:00
interfaces.py Add ConcurrencyBackend interface 2019-05-14 10:25:31 +01:00
models.py Include URL.__hash__ in test (#64) 2019-05-15 14:30:00 +01:00
status_codes.py Use stdlib status codes 2019-05-13 14:34:24 +01:00
utils.py Reorganise structure 2019-05-01 16:21:04 +01:00