From 27262a0714c33e6a40993b8f55fab170f01853ab Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Tue, 25 Jul 2023 10:15:52 -0400 Subject: [PATCH] coms: Correct wrong comments in test_main.py. --- tests/test_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_main.py b/tests/test_main.py index 4e0d2c7d..ebb40367 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -75,12 +75,12 @@ def test_cli_analyze_incorrect_arguments_wrong_config(tmpdir): def test_cli_analyze_incorrect_arguments_correct_config(tmpdir): - """Confirm that using the command-line interface does not return non-zero: analyze command correct arguments.""" + """Confirm that using the command-line interface does return non-zero due to no files: analyze command correct arguments.""" # create some temporary directories test_one = tmpdir.mkdir("test_one") project_name = "test" # create a configuration directory - # that does not currently exist + # that does currently exist correct_config_dir = tmpdir.mkdir("config") # call the analyze command result = runner.invoke(