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 9a83b86 commit 84c545fCopy full SHA for 84c545f
src/zarr/testing/store.py
@@ -40,7 +40,7 @@ async def get(self, store: S, key: str) -> Buffer:
40
41
@pytest.fixture
42
def store_kwargs(self) -> dict[str, Any]:
43
- return {"mode": "r+", "path": ""}
+ raise NotImplementedError
44
45
46
async def store(self, store_kwargs: dict[str, Any]) -> Store:
0 commit comments