-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[feature request] AsyncClient
+ pytest
fixture
#25
Comments
It's a I don't know what is it exactly, but if you use I use |
It works! 😊 Thanks. If you think it's worthy an addition, I'd be glad to open a PR (even just a callout on the page).
Tried this out but errors since it requires trio (which shouldn't be a required dependency, I think?). |
This should set only
I think it would make sense to recommend |
Works! Will add this to the backlog and open a PR soon (hopefully). |
Thanks. |
Ciao! 😊
Was following tip number 5 and use httpx AsyncClient over the TestClient. So:
I'd like to make a fixture out of the client. So I tried this:
However when I use the fixture I get the following error:
Do you have some guidance? 😊
The text was updated successfully, but these errors were encountered: