Closed nicola-lunghi closed 2 years ago
maybe add a '--stderr' option to assert_output?
See #42 for a related discussion. If you want to check stderr, you can either not use --separate-stderr or use the workaround in the linked issue.
Nice! Yes that solve the issue thanks!
This passes without --separate-stderr add an option or a command to test also for stderr. This should apply also to the other assert_ functions.