Searched refs:report_filtered (Results 1 – 2 of 2) sorted by relevance
399 def test_report_filtered(self, out_path, test_path, report_filtered, expected_filtered_count): argument402 (['--report-filtered'] if report_filtered else []) + \
318 if instance.status == TwisterStatus.FILTER and not self.env.options.report_filtered: