]> git.ipfire.org Git - thirdparty/httpx.git/commit
Refactor test_auth.py to use `MockTransport` class. (#1288)
authorTom Christie <tom@tomchristie.com>
Mon, 14 Sep 2020 16:44:05 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 16:44:05 +0000 (17:44 +0100)
commit2d6c30d0613535cf1e3e6d40cc7f3eca388ea804
treeebc9e3d7a120db75b070effb62a9093c05a9fed8
parent62c6c1c8ad68556542d7b7a4be9dc6997bad1e01
Refactor test_auth.py to use `MockTransport` class. (#1288)

* Use tests.utils.MockTransport

* Use tests.utils.MockTransport
tests/client/test_auth.py