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 9a05c01 commit 56b7a0bCopy full SHA for 56b7a0b
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