Skip to content

Commit

Permalink
fix(test): add vcr_config for cassette management
Browse files Browse the repository at this point in the history
* set record_mode to fix failing tests
  * ci uses 'once'
  * default uses 'new_episodes'. use VCR_RECORD_MODE env var to override default
* re-ran cassettes with new config
  • Loading branch information
korikuzma committed Jan 3, 2025
1 parent 85594b4 commit 6785f5a
Show file tree
Hide file tree
Showing 31 changed files with 6,653 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12"]

env:
VCR_RECORD_MODE: once

steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 6785f5a

Please sign in to comment.