Uh oh!
There was an error while loading. Please reload this page.
Add proxies parameter to top-level API functions - #1198
Conversation
florimondmanca
left a comment
There was a problem hiding this comment.
Nice, thanks!
tests
Sure! Perhaps a single test against httpx.request is enough here, but up to you!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
j178
commented
Aug 20, 2020
I find it a little difficult to test whether these parameters passed to top-level API functions are working as expected, do you have any ideas? |
florimondmanca
commented
Aug 20, 2020
I see! Indeed I went through our proxy tests here and they're mostly about the proxy routing functionality - no existing test actually integrates with HTTPCore and a live proxy. Well no sweat then, I think it's alright (we certainly don't have tests for all options in the top level API anyway). |
Uh oh!
There was an error while loading. Please reload this page.
Closes #1195
Should I add tests to cover these parameters in top-level API functions?