Home
last modified time | relevance | path

Searched refs:expected_stdout_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
167 if expected_stdout_substring:
168 self.assertIn(expected_stdout_substring, stdout, message)
178 expected_stdout_substring=app_test_helper.__doc__)
186 expected_stdout_substring='--[no]logtostderr')
192 expected_stdout_substring='str_flag_with_unicode_args')
202 expected_stdout_substring=app_test_helper.__doc__)
209 expected_stdout_substring='Function called: custom_main.')
214 expected_stdout_substring='argv: ./program pos_arg1',
279 expected_stdout_substring=exception_handler_messages)