Skip to content

Commit 56b7a0b

Browse files
committed
Run store tests on ObjectStore
1 parent 9a05c01 commit 56b7a0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test_store/test_object.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)