From 004f3d0ae333c5e22234d66320db6a84a8a26926 Mon Sep 17 00:00:00 2001 From: Eric Hanson Date: Fri, 19 Sep 2025 09:26:16 -0400 Subject: [PATCH] Update test_cli.py --- tests/test_cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 82142ce..56e6935 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -15,3 +15,6 @@ def test_cli_all_options(caplog, runner): assert "Logger 'root' configured with level=DEBUG" in caplog.text assert "Running process" in caplog.text assert "Total time to complete process" in caplog.text + + +# test comment