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 c38a786 commit 56f76beCopy full SHA for 56f76be
tests/test_catalog.py
@@ -838,7 +838,6 @@ def test_generate_subcatalogs_works_for_subcatalogs_with_same_ids(self) -> None:
838
assert item_parent is not None
839
parent_href = item_parent.self_href
840
path_to_parent, _ = os.path.split(parent_href)
841
- # subcats = [el for el in path_to_parent.split("/") if el]
842
subcats = list(
843
Path(path_to_parent).parts[1:]
844
) # Skip drive letter if present (Windows)
0 commit comments