Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/absl-py/absl/tests/
Dapp_test.py132 expected_stdout_substring=None, expected_stderr_substring=None, argument
169 if expected_stderr_substring:
170 self.assertIn(expected_stderr_substring, stderr, message)
236 expected_stderr_substring='app_test_helper.py", line',
246 expected_stderr_substring='MyException')
257 expected_stderr_substring='FATAL Flags parsing error')
263 expected_stderr_substring=app_test_helper.__doc__)
270 expected_stderr_substring=app_test_helper.__doc__)