Home
last modified time | relevance | path

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

/honee/tests/junit-xml/junit_xml/ !
H A D__init__.py95 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 Djunit_common.py244 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 Dsmartsim_regression_framework.py208 stdout=output,
/honee/tests/junit-xml/ !
H A DREADME.rst47 test_cases = [TestCase('Test1', 'some.class.name', 123.345, 'I am stdout!', 'I am stderr!')]
61 I am stdout!
/honee/ !
H A DDoxyfile899 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
932 # (stdout).