News

Yes, that also happens with simple "Hello, world!" project. The problem is that sys.stdout is redefined by StringIO before tests discovery starts. Then during tests discovery this is executed from ...