MCPcopy
hub / github.com/pytest-dev/pytest / test_is_fs_root

Function test_is_fs_root

testing/test_findpaths.py:220–221  ·  view source on GitHub ↗
(path: Path, expected: bool)

Source from the content-addressed store, hash-verified

218 ],
219)
220def test_is_fs_root(path: Path, expected: bool) -> None:
221 assert is_fs_root(Path(path)) is expected

Callers

nothing calls this directly

Calls 1

is_fs_rootFunction · 0.90

Tested by

no test coverage detected