Lines Matching refs:tmp_path
330 def test_incbin(tmp_path): argument
336 open(tmp_path / "tmp_bin", "wb").write(b"\00\01\02\03")
371 include_path=(tmp_path,))
1023 def test_include_curdir(tmp_path): argument
1027 with temporary_chdir(tmp_path):
1061 def test_include_is_lexical(tmp_path): argument
1066 with open(tmp_path / "tmp2.dts", "w") as f:
1071 with open(tmp_path / "tmp3.dts", "w") as f:
1076 subdir_1 = tmp_path / "subdir-1"
1083 subdir_2 = tmp_path / "subdir-2"
1091 with open(tmp_path / "test.dts", "w") as test_dts:
1098 with temporary_chdir(tmp_path):
1110 def test_include_misc(tmp_path): argument
1122 with temporary_chdir(tmp_path):
1139 def test_include_recursion(tmp_path): argument
1142 with temporary_chdir(tmp_path):