Changes between Version 51 and Version 52 of pyrunner


Ignore:
Timestamp:
01/09/25 13:46:02 (3 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v51 v52  
    129129
    130130If 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"
     134If 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}}}