Skip to content

Commit

Permalink
coms: Correct wrong comments in test_main.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 25, 2023
1 parent bcf5f68 commit 27262a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 27262a0

Please sign in to comment.