Home
last modified time | relevance | path

Searched refs:class_env (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dconftest.py55 def testplan_obj(test_data, class_env, testsuites_dir, tmpdir_factory): argument
57 env = class_env
Dtest_testplan.py57 def test_add_configurations_short(test_data, class_env, board_root_dir): argument
61 class_env.board_roots = [os.path.abspath(test_data + board_root_dir)]
62 plan = TestPlan(class_env)
63 plan.parse_configuration(config_file=class_env.test_config)
254 def test_add_instances_short(tmp_path, class_env, all_testsuites_dict, platforms_list): argument
261 class_env.outdir = tmp_path
262 plan = TestPlan(class_env)
267 instance = TestInstance(testcase, platform, class_env.outdir)
Dtest_testsuite.py206 def test_scan_file(test_data, test_file, class_env, expected: ScanPathResult): argument