Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix httpx incorrectly named method on interceptor subclass #126

Merged
merged 5 commits into from
Feb 23, 2024

Conversation

sarayourfriend
Copy link
Collaborator

@sarayourfriend sarayourfriend commented Feb 23, 2024

Fixes #125

Co-authored-by: vincbo [email protected]

Kudos @vincbo for sharing the fix in the original issue.

I've wanted to add a suite of "standard" tests to run against each supported interceptor for a while. This PR adds that, in a minimal fashion, that will need to be expanded on, both to cover all the standard functionality for each supported HTTP client, and to create implementations for all explicitly supported clients. I only added implementations for the standard tests class for the clients that already had explicit tests.

@sarayourfriend sarayourfriend changed the title Fix HTTPX interceptor disabling Fix httpx incorrectly named method on interceptor subclass Feb 23, 2024
@sarayourfriend sarayourfriend merged commit ef5bb1a into master Feb 23, 2024
8 checks passed
@sarayourfriend sarayourfriend deleted the fix/httpx-disable branch February 23, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpxInterceptor has no disable but a deactivate method
1 participant