Should I add support for other httpx.Client arguments to TestClient? #1914
-
Thanks to everyone who worked on moving TestClient to httpx in #1376. I notice it is missing some arguments including I can see two points that may need discussion:
If you would like I could contribute a PR with my best judgment and we could start the discussion from there, or we could first discuss here. Please let me know what would be most helpful. This would be my first contribution to the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@tomchristie Do you have an opinion here? |
Beta Was this translation helpful? Give feedback.
-
Let's take each parameter as a separate subject, it will be easier to define "how it can be done now", and see how much are we saving to our users if we merge that on Starlette's TestClient itself. |
Beta Was this translation helpful? Give feedback.
Let's take each parameter as a separate subject, it will be easier to define "how it can be done now", and see how much are we saving to our users if we merge that on Starlette's TestClient itself.