Testing the stdout/stderr output | |
In order to test functions that write to stdout and/or stderr, the test can access those streams using the | |
pytest's capsys system. |
Testing the stdout/stderr output | |
In order to test functions that write to stdout and/or stderr, the test can access those streams using the | |
pytest's capsys system. |