8000 remove commented tests · sailfish009/zarr-python@ae13583 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae13583

Browse files
committed
remove commented tests
1 parent 9919b92 commit ae13583

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

zarr/tests/test_storage.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,6 @@ def test_init_array(self):
309309
eq(default_compressor.get_config(), meta['compressor'])
310310
assert_is_none(meta['fill_value'])
311311

312-
# check attributes
313-
# assert attrs_key in store
314-
# eq(dict(), json.loads(text_type(store[attrs_key], 'ascii')))
315-
316312
def test_init_array_overwrite(self):
317313
# setup
318314
store = self.create_store()
@@ -360,11 +356,6 @@ def test_init_array_path(self):
360356
eq(default_compressor.get_config(), meta['compressor'])
361357
assert_is_none(meta['fill_value'])
362358

363-
# check attributes
364-
# key = path + '/' + attrs_key
365-
# assert key in store
366-
# eq(dict(), json.loads(text_type(store[key], 'ascii')))
367-
368359
def test_init_array_overwrite_path(self):
369360
# setup
370361
path = 'foo/bar'
@@ -476,10 +467,6 @@ def test_init_group(self):
476467
meta = decode_group_metadata(store[group_meta_key])
477468
eq(ZARR_FORMAT, meta['zarr_format'])
478469

479-
# check attributes
480-
# assert attrs_key in store
481-
# eq(dict(), json.loads(text_type(store[attrs_key], 'ascii')))
482-
483470
def test_init_group_overwrite(self):
484471
# setup
485472
store = self.create_store()

0 commit comments

Comments
 (0)
0