Skip to content

Commit

Permalink
test: Add a --verbose flag to test_cli_analyze in test_main.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 23, 2023
1 parent 66c6b49 commit a216d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def test_cli_analyze(tmpdir):
test_one,
"--search-directory",
test_two,
"--verbose"
],
)
assert result.exit_code == 0
Expand Down

0 comments on commit a216d3f

Please sign in to comment.