HPI/tests/commits.py
Dima Gerasimov d562f00dca tests: run all tests, but exclude tests specific to my computer from CI
controllable via HPI_TESTS_KARLICOSS=true
2021-02-14 17:47:18 +00:00

8 lines
214 B
Python

from .common import skip_if_not_karlicoss as pytestmark
from more_itertools import ilen
def test() -> None:
from my.coding.commits import commits
all_commits = commits()
assert ilen(all_commits) > 10