Changes between Version 51 and Version 52 of pyrunner
- Timestamp:
- 01/09/25 13:46:02 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v51 v52 129 129 130 130 If you called {{{test()}}} however, then the stdout stream is used to report the test results. If you write anything to the stdout stream (eg with print()) then this will corrupt the stdout stream, resulting in a parsing error. 131 132 133 {{{#!td style="background: #fee" 134 If your test() writes messages to stderr eg "all is going well", you may get interesting messages. For instance {{{Failed to execute: ... caused by PythonError: INFO: all is going well 135 }}}