Searched refs:expected_content (Results 1 – 3 of 3) sorted by relevance
/scripts/tests/twister_blackbox/ |
A D | test_coverage.py | 219 …st_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_content): argument 246 pattern = re.compile(expected_content) 298 …overage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expected_content): argument 315 assert re.search(expected_content, caplog.text), f'{cov_tool} line not found' 324 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument 340 for line in expected_content:
|
A D | test_report.py | 466 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument 492 for line in expected_content: 515 for line in expected_content:
|
/scripts/tests/twister/ |
A D | test_testinstance.py | 137 expected_content argument 152 …verlay(platform, enable_asan, enable_ubsan, enable_coverage, coverage_platform) == expected_content 680 …ness_config(class_testplan, all_testsuites_dict, platforms_list, harness_config, expected_content): argument 688 assert testinstance.create_overlay(platform) == expected_content
|
Completed in 8 milliseconds