diff --git a/tests/test_cli.py b/tests/test_cli.py index 0a7ed53..58a9d6b 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -11,6 +11,8 @@ def test_no_cli_arguments(): command = ["python", "src/cq_cli/cq_cli.py"] out, err, exitcode = helpers.cli_call(command) + print("Debugging. err: %s;\nout: %s" % (err.decode(), out.decode())) + assert ( out.decode() .split("\n")[0]