Open akaday opened 3 weeks ago
Add new tests for HTTPAdapter and hooks.
HTTPAdapter
tests/test_adapters.py
test_http_adapter_send
send
test_http_adapter_cert_verify
cert_verify
tests/test_hooks.py
test_hooks_with_multiple_hooks
test_hooks_with_no_hooks
For more details, open the Copilot Workspace session.
Add new tests for
HTTPAdapter
and hooks.tests/test_adapters.py
test_http_adapter_send
to test thesend
method ofHTTPAdapter
.test_http_adapter_cert_verify
to test thecert_verify
method ofHTTPAdapter
.tests/test_hooks.py
test_hooks_with_multiple_hooks
to test hooks with multiple functions.test_hooks_with_no_hooks
to test hooks with no functions.For more details, open the Copilot Workspace session.