core: add more tests for stat/datetime guessing
This commit is contained in:
parent
4012f9b7c2
commit
6239879245
4 changed files with 59 additions and 7 deletions
4
tests/cli.py
Normal file
4
tests/cli.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from subprocess import check_call
|
||||
|
||||
def test_lists_modules() -> None:
|
||||
check_call(['hpi', 'modules'])
|
Loading…
Add table
Add a link
Reference in a new issue