Skip to content

Commit

Permalink
📝 [#208] Document new env var for re-recording the cassettes
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Feb 11, 2025
1 parent 6dbe766 commit 5f31f50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/docs/developers/vcr-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ To do this, stop the Docker deamon and restart it as follows (more info https://
Then the client will be configured using `client = docker.DockerClient(base_url='tcp://127.0.0.1:2375')` instead of
`client = docker.from_env()`.
`client = docker.from_env()`.

Environment variables
=====================

- ``RECORDING_CASSETTES_VCR``: Defaults to ``False``. Set this to ``True`` if you are re-recording the cassettes.

0 comments on commit 5f31f50

Please sign in to comment.