It could be a separate fixture that will return a list of paths where to look for cassettes. Currently, we need to use the full path to the cassette in pytest.mark.vcr which is tedious. However, shared cassettes could be used via a separate mark to avoid breaking the existing interface - pytest.mark.vcr_shared("first.yaml", "second.yaml")
It could be a separate fixture that will return a list of paths where to look for cassettes. Currently, we need to use the full path to the cassette in
pytest.mark.vcr
which is tedious. However, shared cassettes could be used via a separate mark to avoid breaking the existing interface -pytest.mark.vcr_shared("first.yaml", "second.yaml")