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 3b9d35e commit e6ecf99Copy full SHA for e6ecf99
tests/v3/test_api.py
@@ -48,7 +48,7 @@ def test_create_array(memory_store: Store) -> None:
48
assert z.chunks == (40,)
49
50
51
-@pytest.mark.parametrize("path", ["/", "///foo/bar"])
+@pytest.mark.parametrize("path", ["foo", "/", "/foo", "///foo/bar"])
52
@pytest.mark.parametrize("node_type", ["array", "group"])
53
def test_open_normalized_path(
54
memory_store: MemoryStore, path: str, node_type: Literal["array", "group"]
0 commit comments