Searched refs:class_env (Results 1 – 3 of 3) sorted by relevance
/scripts/tests/twister/ |
A D | conftest.py | 57 def testplan_obj(test_data, class_env, testsuites_dir, tmpdir_factory): argument 59 env = class_env
|
A D | test_testplan.py | 57 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.test_config = TestConfiguration(class_env.test_config) 255 def test_add_instances_short(tmp_path, class_env, all_testsuites_dict, platforms_list): argument 262 class_env.outdir = tmp_path 263 plan = TestPlan(class_env) 268 instance = TestInstance(testcase, platform, 'zephyr', class_env.outdir)
|
A D | test_testsuite.py | 206 def test_scan_file(test_data, test_file, class_env, expected: ScanPathResult): argument
|
Completed in 9 milliseconds