[VCR] Add caching support (Replay) for proxy.TestCase #795
abhinavsingh
started this conversation in
Ideas
Replies: 1 comment
-
|
This feature is also referred as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
There can be different scenarios under which
proxy.pycan be used under test. One such common scenario is to useproxy.pyas a proxy server while making HTTP(s) requests to upstream test servers.Describe the solution you'd like
Add capabilities to:
proxy.TestCaseproxy.TestCasewill cache upstream responsesproxy.TestCasewill use the cache instead of reconnecting with upstream host.Overall, this will speed up test runs.
Beta Was this translation helpful? Give feedback.
All reactions