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 c1e972d commit df7a8eeCopy full SHA for df7a8ee
tests/conftest.py
@@ -77,6 +77,7 @@ async def store(request: pytest.FixtureRequest, tmpdir: LEGACY_PATH) -> Store:
77
78
@pytest.fixture
79
async def store2(request: pytest.FixtureRequest, tmpdir: LEGACY_PATH) -> Store:
80
+ """Fixture to create a second store for testing copy operations between stores"""
81
param = request.param
82
store2_path = tmpdir.mkdir("store2")
83
return await parse_store(param, str(store2_path))
0 commit comments