diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 000000000..8d30db895 --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,6 @@ +[pytest] +markers = + vcr: Mark a test as using VCR.py for recording/replaying HTTP interactions + +[vcr] +record_mode = none