Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent 748b873 commit bceffb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bceffb8

Please sign in to comment.