diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 11:06:53 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 11:06:53 -0400 |
| commit | 4c155de9fd7defc2cd761af2beb7370e44bda94a (patch) | |
| tree | a74062762322d36c32196e7d5b046097d2a86909 /tests | |
| parent | 03dd91093bfa4a0eae23824c3ad98a052da16cfa (diff) | |
| download | python-requests-4c155de9fd7defc2cd761af2beb7370e44bda94a.tar.gz | |
test entrypoints
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_requests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_requests.py b/tests/test_requests.py index 267003d4..b8190cfb 100755 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -65,6 +65,8 @@ class TestRequests: requests.put requests.patch requests.post + # Not really an entry point, but people rely on it. + from requests.packages.urllib3.poolmanager import PoolManager @pytest.mark.parametrize( 'exception, url', ( |
