From bceffb839eca695998794154a9f4a68acd9836be Mon Sep 17 00:00:00 2001 From: Justin Buchanan Date: Mon, 23 Oct 2023 21:36:57 -0700 Subject: [PATCH] debug log --- tests/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) 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]