Lines Matching refs:tmp_path
196 def test_robot_configure(tmp_path): argument
206 outdir = tmp_path / "gtest_out"
227 def test_robot_handle(tmp_path): argument
237 outdir = tmp_path / "gtest_out"
268 def test_robot_run_robot_test(tmp_path, caplog, exp_out, returncode, expected_status): argument
287 outdir = tmp_path / "gtest_out"
331 def test_console_configure(tmp_path, type, num_patterns): argument
341 outdir = tmp_path / "gtest_out"
392 tmp_path, line_type, ordered_val, exp_state, line, exp_fault, exp_capture argument
402 outdir = tmp_path / "gtest_out"
454 def test_pytest__generate_parameters_for_hardware(tmp_path, pty_value, hardware_value): argument
464 outdir = tmp_path / "gtest_out"
538 def test_pytest_run(tmp_path, caplog): argument
562 outdir = tmp_path / "gtest_out"
694 tmp_path, caplog, detailed_id, exp_out, line, argument
712 outdir = tmp_path / "ztest_out"
741 def gtest(tmp_path): argument
751 outdir = tmp_path / "gtest_out"
1129 def test_bsim_build(monkeypatch, tmp_path): argument
1131 build_dir = tmp_path / "build_dir"
1140 monkeypatch.setenv("BSIM_OUT_PATH", str(tmp_path))
1141 os.makedirs(os.path.join(tmp_path, "bin"), exist_ok=True)
1149 new_exe_path = os.path.join(tmp_path, "bin", "bs_platform_name_test_dummy_test")