I would like to see the output as it is being printed (and not after the test ends).
I am using PyCharm. From the command line I would have added -s argument.
I would like to see the output as it is being printed (and not after the test ends).
I am using PyCharm. From the command line I would have added -s argument.
In the test's configuration (Run -> Edit configurations...), in the "Additional arguments:" field, add: "-s".