summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-27 11:06:53 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-27 11:06:53 -0400
commit4c155de9fd7defc2cd761af2beb7370e44bda94a (patch)
treea74062762322d36c32196e7d5b046097d2a86909 /tests
parent03dd91093bfa4a0eae23824c3ad98a052da16cfa (diff)
downloadpython-requests-4c155de9fd7defc2cd761af2beb7370e44bda94a.tar.gz
test entrypoints
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_requests.py2
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', (