Lines Matching refs:tmp_path
351 def test_add_instances_short(tmp_path, class_env, all_testsuites_dict, platforms_list): argument
358 class_env.outdir = tmp_path
561 def test_testplan_parse_configuration(tmp_path, config_yaml, expected_scenarios): argument
565 tmp_config_file = tmp_path / 'config_file.yaml'
646 tmp_path, argument
658 tmp_tc = tmp_path / 'test_config.yaml'
662 tmp_qf = tmp_path / qf
671 quarantine_list=[tmp_path / qf for qf in ql],
711 tmp_path, argument
751 twister_file = tmp_path / 'twister.json'
784 twister_suffix_file = tmp_path / 'twister_suffix.json'
817 load_tests_file = tmp_path / 'load_tests.json'
820 testplan = TestPlan(env=mock.Mock(outdir=tmp_path))
829 outdir=tmp_path,
832 load_tests=tmp_path / load_tests if load_tests else None,
1212 tmp_path, argument
1217 env = mock.Mock(board_roots=[tmp_path / 'boards'], soc_roots=[tmp_path], arch_roots=[tmp_path])
1225 assert [tmp_path] == board_roots
1226 assert [tmp_path] == soc_roots
1227 assert [tmp_path] == arch_roots
1305 def test_testplan_add_testsuites(tmp_path, testsuite_filter, use_alt_root, detailed_id, argument
1322 tmp_test_root_dir = tmp_path / 'tests'
1391 tmp_alt_test_root_dir = tmp_path / 'other_tests'