ERP5TypeLiveTestCase: repair live test output no longer in console
This was a regression from 9a7e3383 (Do not overwrite `output.write` in live tests., 2024-04-10), we missed that `output` was also passed to TestRunner to run the suite Now that we actually print on stderr, adjust the tests to verify it and also to not let the output from running a test in test be included in the test output, because it confuses the real test output parser.
Showing
Please register or sign in to comment