Skip to content

Commit

Permalink
Check both main and CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Jun 5, 2024
1 parent 8fa2eb3 commit 81877ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

def test_help():
assert subprocess.call(['python', '-m', 'pycm', '--help']) == 0
assert subprocess.call(['pycm', '--help']) == 0

0 comments on commit 81877ec

Please sign in to comment.