How to capture stdout/stderr output
#pytest
https://docs.pytest.org/en/stable/how-to/capture-stdout-stderr.html
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
capsys