How to capture stdout/stderr output
Default stdout/stderr/stdin capturing behaviour
During test execution any output sent to stdout and stderr is captured.
this behavior can be configured by the --show-capture command-line option
pytestコマンドの-s?(TODO)
Accessing captured output from a test function