mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
It is not uncommon for subprocesses to fail when developing new tests, but the default representation of CalledProcessError does not print the stdout of the program, only that it failed. Catch this common case when a test is about to fail, and make sure to log any output it produced.