requests
requests copied to clipboard
Refactor and optimize codebase
Add new tests for HTTPAdapter and hooks.
-
tests/test_adapters.py
- Add
test_http_adapter_sendto test thesendmethod ofHTTPAdapter. - Add
test_http_adapter_cert_verifyto test thecert_verifymethod ofHTTPAdapter.
- Add
-
tests/test_hooks.py
- Add
test_hooks_with_multiple_hooksto test hooks with multiple functions. - Add
test_hooks_with_no_hooksto test hooks with no functions.
- Add
For more details, open the Copilot Workspace session.