mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 17:45:35 +00:00
@@ -13,7 +13,7 @@ def _replace_httpbin(uri, httpbin, httpbin_secure):
|
|||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def cassette(tmpdir, httpbin, httpbin_secure):
|
def cassette(tmpdir, httpbin, httpbin_secure):
|
||||||
"""
|
"""
|
||||||
Helper fixture used to prepare the cassete
|
Helper fixture used to prepare the cassette
|
||||||
returns path to the recorded cassette
|
returns path to the recorded cassette
|
||||||
"""
|
"""
|
||||||
default_uri = _replace_httpbin(DEFAULT_URI, httpbin, httpbin_secure)
|
default_uri = _replace_httpbin(DEFAULT_URI, httpbin, httpbin_secure)
|
||||||
|
|||||||
Reference in New Issue
Block a user