mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
test entrypoints
This commit is contained in:
@@ -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', (
|
||||
|
||||
Reference in New Issue
Block a user