Lines Matching refs:tmp_path
255 def test_add_instances_short(tmp_path, class_env, all_testsuites_dict, platforms_list): argument
262 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'
550 tmp_path, argument
562 tmp_tc = tmp_path / 'test_config.yaml'
566 tmp_qf = tmp_path / qf
575 quarantine_list=[tmp_path / qf for qf in ql],
615 tmp_path, argument
655 twister_file = tmp_path / 'twister.json'
688 twister_suffix_file = tmp_path / 'twister_suffix.json'
721 load_tests_file = tmp_path / 'load_tests.json'
724 testplan = TestPlan(env=mock.Mock(outdir=tmp_path))
733 outdir=tmp_path,
736 load_tests=tmp_path / load_tests if load_tests else None,
1116 tmp_path, argument
1121 env = mock.Mock(board_roots=[tmp_path / 'boards'], soc_roots=[tmp_path], arch_roots=[tmp_path])
1129 assert [tmp_path] == board_roots
1130 assert [tmp_path] == soc_roots
1131 assert [tmp_path] == arch_roots
1209 def test_testplan_add_testsuites(tmp_path, testsuite_filter, use_alt_root, detailed_id, argument
1226 tmp_test_root_dir = tmp_path / 'tests'
1295 tmp_alt_test_root_dir = tmp_path / 'other_tests'