HPI/tests/cli.py
2021-02-14 16:20:38 +00:00

4 lines
104 B
Python

from subprocess import check_call
def test_lists_modules() -> None:
check_call(['hpi', 'modules'])