From b8b7d0ac82945f1b962345bdcf74d23f76ec29ca Mon Sep 17 00:00:00 2001 From: Justin Buchanan Date: Mon, 23 Oct 2023 20:59:55 -0700 Subject: [PATCH] debugging... --- tests/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 0d7388b..0a7ed53 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -109,6 +109,7 @@ def test_codec_infile_outfile_errfile_arguments(): err_file, ] out, err, exitcode = helpers.cli_call(command) + print("Debugging. err = %s; out = %s" % (err.decode(), out.decode())) # Read the error back from the errfile with open(err_file, "r") as file: