core: add more tests for stat/datetime guessing

This commit is contained in:
Dima Gerasimov 2021-02-14 12:51:34 +00:00
parent 7f827f1aff
commit f6244f5822
4 changed files with 59 additions and 7 deletions

4
tests/cli.py Normal file
View file

@ -0,0 +1,4 @@
from subprocess import check_call
def test_lists_modules() -> None:
check_call(['hpi', 'modules'])

View file

@ -13,3 +13,4 @@ we can run against the tests in my.core directly.
from my.core.core_config import *
from my.core.error import *
from my.core.util import *
from my.core.common import *