Searched refs:stdout (Results 1 – 5 of 5) sorted by relevance
| /honee/tests/junit-xml/junit_xml/ ! |
| H A D | __init__.py | 95 stdout=None, argument 113 self.stdout = stdout 162 if self.stdout: 164 stdout_element.text = decode(self.stdout, encoding) 236 if case.stdout: 238 stdout_element.text = decode(case.stdout, encoding) 372 stdout=None, argument 395 self.stdout = stdout
|
| /honee/tests/ ! |
| H A D | junit_common.py | 244 stdout=subprocess.PIPE, 497 stdout=subprocess.PIPE, 501 return proc.stderr.decode('utf-8') + proc.stdout.decode('utf-8') 621 stdout='', 629 stdout=subprocess.PIPE, 637 stdout=proc.stdout.decode('utf-8'), 679 test_case.stdout.splitlines(keepends=True), 684 elif test_case.stdout and not suite_spec.check_allowed_stdout(test): 685 test_case.add_failure_info('stdout', output=test_case.stdout)
|
| H A D | smartsim_regression_framework.py | 208 stdout=output,
|
| /honee/tests/junit-xml/ ! |
| H A D | README.rst | 47 test_cases = [TestCase('Test1', 'some.class.name', 123.345, 'I am stdout!', 'I am stderr!')] 61 I am stdout!
|
| /honee/ ! |
| H A D | Doxyfile | 899 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case 932 # (stdout).
|