Skip to content

Commit 74647de

Browse files
maxrjonesd-v-b
andcommitted
Add docstring
Co-authored-by: Davis Bennett <[email protected]>
1 parent 5b37417 commit 74647de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_store/test_local.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ def test_creates_new_directory(self, tmp_path: pathlib.Path):
5656
zarr.group(store=store)
5757

5858
def test_invalid_root_raises(self):
59+
"""
60+
Test that a TypeError is raised when a non-str/Path type is used for the `root` argument
61+
"""
5962
with pytest.raises(TypeError):
6063
LocalStore(root=0)
6164

0 commit comments

Comments
 (0)