[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
-
Is your feature request related to a problem? Please describe.
There can be different scenarios under which
proxy.py
can be used under test. One such common scenario is to useproxy.py
as a proxy server while making HTTP(s) requests to upstream test servers.Describe the solution you'd like
Add capabilities to:
proxy.TestCase
proxy.TestCase
will cache upstream responsesproxy.TestCase
will 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