Merge branch 'hoverht-master-patch-53376' into 'master'
feat: show program output in pytest This displays everything the program under test writes to stderr and stdout. This allows you to understand how your app behaves based on your own console logging. It keeps the flow of writes to stderr and stdout into the pytest capture, so existing tools/implementations relying on that will not be affected. This also moves non critical arguments to a variable, so these are under the control of the user if so desired. See merge request ci/templates!86
Loading
Please register or sign in to comment