Lines Matching refs:warnings
42 warnings: str = None,
50 self.warnings = warnings
60 self.warnings == other.warnings and
101 warnings = None
138 testcase_names, warnings = _find_regular_ztest_testcases(
146 testcase_names, warnings = _find_regular_ztest_testcases(
154 testcase_names, warnings = \
160 testcase_names, warnings = None, None
164 warnings=warnings,
208 testcase_names, warnings = \
212 if achtung_matches and warnings is None:
214 warnings = f"found invalid {achtung} in ztest_test_suite()"
216 return testcase_names, warnings
271 warnings = None
274 warnings = "Found a test that does not start with test_"
279 return testcase_names, warnings
319 if result.warnings:
345 if result.warnings: