enable mypy on CI for core stuff
This commit is contained in:
parent
290949cd47
commit
ee6f253b2d
5 changed files with 42 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
from my.coding.commits import get_all_commits
|
||||
from more_itertools import ilen
|
||||
from my.coding.commits import commits
|
||||
|
||||
|
||||
def test():
|
||||
commits = get_all_commits()
|
||||
assert len(commits) > 10
|
||||
all_commits = commits()
|
||||
assert ilen(all_commits) > 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue