diff --git a/test/test_cli.py b/test/test_cli.py index 77c94ef..f000b3d 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -3,3 +3,4 @@ def test_help(): assert subprocess.call(['python', '-m', 'pycm', '--help']) == 0 + assert subprocess.call(['pycm', '--help']) == 0