Lines Matching refs:tmp_path
311 def test_incbin(tmp_path): argument
317 open(tmp_path / "tmp_bin", "wb").write(b"\00\01\02\03")
352 include_path=(tmp_path,))
994 def test_include_curdir(tmp_path): argument
998 with temporary_chdir(tmp_path):
1032 def test_include_is_lexical(tmp_path): argument
1037 with open(tmp_path / "tmp2.dts", "w") as f:
1042 with open(tmp_path / "tmp3.dts", "w") as f:
1047 subdir_1 = tmp_path / "subdir-1"
1054 subdir_2 = tmp_path / "subdir-2"
1062 with open(tmp_path / "test.dts", "w") as test_dts:
1069 with temporary_chdir(tmp_path):
1081 def test_include_misc(tmp_path): argument
1093 with temporary_chdir(tmp_path):
1110 def test_include_recursion(tmp_path): argument
1113 with temporary_chdir(tmp_path):