Lines Matching refs:tmp_path
254 def test_add_instances_short(tmp_path, class_env, all_testsuites_dict, platforms_list): argument
261 class_env.outdir = tmp_path
465 def test_testplan_parse_configuration(tmp_path, config_yaml, expected_scenarios): argument
469 tmp_config_file = tmp_path / 'config_file.yaml'
551 tmp_path, argument
562 tmp_qf = tmp_path / qf
568 quarantine_list=[tmp_path / qf for qf in ql],
608 tmp_path, argument
644 twister_file = tmp_path / 'twister.json'
673 twister_suffix_file = tmp_path / 'twister_suffix.json'
702 load_tests_file = tmp_path / 'load_tests.json'
705 testplan = TestPlan(env=mock.Mock(outdir=tmp_path))
714 outdir=tmp_path,
717 load_tests=tmp_path / load_tests if load_tests else None,
1097 tmp_path, argument
1116 tmp_soc_root_dir = tmp_path / 'soc'
1136 tmp_board_root_dir = tmp_path / 'boards'
1262 env = mock.Mock(board_roots=[tmp_board_root_dir],soc_roots=[tmp_path], arch_roots=[tmp_path])
1339 def test_testplan_add_testsuites(tmp_path, testsuite_filter, use_alt_root, detailed_id, argument
1356 tmp_test_root_dir = tmp_path / 'tests'
1425 tmp_alt_test_root_dir = tmp_path / 'other_tests'