Conversation
|
It might be quite interesting to see if RESPX can now leverage the newly public Transport API to provide a complete « here’s how to send a mocked request » backend instead of patching the networking calls... But that would probably require users to pass a But then maybe the proposed mount API https://github.com/encode/httpx/issues/977 could be useful to « patch » the default transports for In any case, the concurrency backends aren’t gone. They were moved to the |
|
Yes @florimondmanca this will be interesting and fun to solve 😅, multiple paths and choices to tackle. |
|
Closing this in favour of #57 . @florimondmanca RESPX mocking is now handled as a transport 🎉 |
This PR is really an issue in the form of a PR to demonstrate RESPX does not yet support the new httpx 0.13 release.
The internal concurrency
_backendswas dropped from httpx in encode/httpx#901.Example tests failure:
httpx 0.13 is intended to be the last before the 1.0 release: