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.
2 parents 5486e69 + 56b7a0b commit d5d0d4dCopy full SHA for d5d0d4d
pyproject.toml
@@ -70,6 +70,7 @@ test = [
70
"mypy",
71
"hypothesis",
72
"universal-pathlib",
73
+ "obstore==0.3.0b5",
74
]
75
76
jupyter = [
tests/test_store/test_object.py
@@ -0,0 +1,7 @@
1
+from zarr.core.buffer import cpu
2
+from zarr.storage.object_store import ObjectStore
3
+from zarr.testing.store import StoreTests
4
+
5
6
+class TestObjectStore(StoreTests[ObjectStore, cpu.Buffer]):
7
+ store_cls = ObjectStore
0 commit comments