You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing code that prints to stdout, the output gets interleaved with the test status output.
In at least one of the python test runners the runner swallows stdout and only displays it on a test failure. If the tests are passing you can assume the user doesn't really care what got printed.
Not sure how exactly to implement this, but I wanted to feel out whether it would be considered a desired feature.
When testing code that prints to stdout, the output gets interleaved with the test status output.
In at least one of the python test runners the runner swallows stdout and only displays it on a test failure. If the tests are passing you can assume the user doesn't really care what got printed.
Not sure how exactly to implement this, but I wanted to feel out whether it would be considered a desired feature.