$ python tee_test.py [stdout] hello [stderr] hello [stdout] world [stderr] world [stdout] not going to be written to file [stderr] not going to be written to file $ cat mystdout.txt [stdout] hello ...
area-testing bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug import unittest import sys from memory_profiler import LogFile sys.stdout ...