MCPcopy Create free account
hub / github.com/copier-org/copier / test_normalizing_git_paths

Function test_normalizing_git_paths

tests/test_tools.py:84–85  ·  view source on GitHub ↗
(path: str, normalized: str)

Source from the content-addressed store, hash-verified

82 ],
83)
84def test_normalizing_git_paths(path: str, normalized: str) -> None:
85 assert normalize_git_path(path) == normalized

Callers

nothing calls this directly

Calls 1

normalize_git_pathFunction · 0.90

Tested by

no test coverage detected