Lines Matching defs:Path
28 def test_repo_tree(self, repo_tree: Path) -> None:
36 def test_no_manifest(self, tmp_path: Path) -> None:
45 def test_default_missing(self, tmp_path: Path) -> None:
61 def test_name_missing(self, tmp_path: Path) -> None:
80 def test_multiple_default(self, tmp_path: Path) -> None:
99 def test_remote_default(self, tmp_path: Path) -> None:
118 def test_revision_default(self, tmp_path: Path) -> None:
136 def test_path_default(self, tmp_path: Path) -> None:
154 def test_remote_explicit(self, tmp_path: Path) -> None:
172 def test_revision_explicit(self, tmp_path: Path) -> None:
190 def test_path_explicit(self, tmp_path: Path) -> None:
211 def test_for_tree(self, repo_tree: Path) -> None:
232 def test_project_with_path(self, repo_tree: Path) -> None:
253 def test_project_with_path_missing(self, repo_tree: Path) -> None: