Skip to content

Check stderr and exitcode in CLI specs

paz requested to merge paz/improve-output-checking-in-cli-specs into main

Cli#install runs migrations which might cause errors and a SystemExit. Unless we catch and maybe check for those they can result in the whole test runner exiting and thus the suite being short-cut.

Merge request reports