How can I see normal print output created during pytest run?

The -s switch disables per-test capturing (only if a test fails).

-s is equivalent to --capture=no.

Leave a Comment