How to see normal print output created during pytest run? October 1, 2023 by Tarik The -s switch disables per-test capturing (only if a test fails). -s is equivalent to --capture=no.