We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c721e2 commit 4432266Copy full SHA for 4432266
conftest.py
@@ -36,3 +36,10 @@ def vcr_cassette_dir(request):
36
# We know it's part of Sopel...
37
parts = parts[1:]
38
return os.path.join('test', 'vcr', *parts)
39
+
40
41
+@pytest.fixture(scope='module')
42
+def vcr_cassette_path(request):
43
+ # pytest-vcr 0.3.0 looks for this fixture name
44
+ # remove when killing off Python 3.3 support
45
+ return vcr_cassette_dir(request)
0 commit comments