requests icon indicating copy to clipboard operation
requests copied to clipboard

Refactor and optimize codebase

Open akaday opened this issue 1 year ago • 0 comments

Add new tests for HTTPAdapter and hooks.

  • tests/test_adapters.py

    • Add test_http_adapter_send to test the send method of HTTPAdapter.
    • Add test_http_adapter_cert_verify to test the cert_verify method of HTTPAdapter.
  • tests/test_hooks.py

    • Add test_hooks_with_multiple_hooks to test hooks with multiple functions.
    • Add test_hooks_with_no_hooks to test hooks with no functions.

For more details, open the Copilot Workspace session.

akaday avatar Oct 28 '24 04:10 akaday