Lines Matching refs:tmp_path
279 def test_robot_configure(tmp_path): argument
289 outdir = tmp_path / "gtest_out"
310 def test_robot_handle(tmp_path): argument
320 outdir = tmp_path / "gtest_out"
351 def test_robot_run_robot_test(tmp_path, caplog, exp_out, returncode, expected_status): argument
370 outdir = tmp_path / "gtest_out"
414 def test_console_configure(tmp_path, type, num_patterns): argument
424 outdir = tmp_path / "gtest_out"
475 tmp_path, line_type, ordered_val, exp_state, line, exp_fault, exp_capture argument
485 outdir = tmp_path / "gtest_out"
537 def test_pytest__generate_parameters_for_hardware(tmp_path, pty_value, hardware_value): argument
547 outdir = tmp_path / "gtest_out"
621 def test_pytest_run(tmp_path, caplog): argument
645 outdir = tmp_path / "gtest_out"
777 tmp_path, caplog, detailed_id, exp_out, line, argument
795 outdir = tmp_path / "ztest_out"
825 def gtest(tmp_path): argument
835 outdir = tmp_path / "gtest_out"
1213 def test_bsim_build(monkeypatch, tmp_path): argument
1215 build_dir = tmp_path / "build_dir"
1224 monkeypatch.setenv("BSIM_OUT_PATH", str(tmp_path))
1225 os.makedirs(os.path.join(tmp_path, "bin"), exist_ok=True)
1233 new_exe_path = os.path.join(tmp_path, "bin", "bs_platform_name_test_dummy_test")