tests: run all tests, but exclude tests specific to my computer from CI
controllable via HPI_TESTS_KARLICOSS=true
This commit is contained in:
parent
6239879245
commit
d562f00dca
21 changed files with 93 additions and 72 deletions
|
@ -1,7 +1,8 @@
|
|||
from .common import skip_if_not_karlicoss as pytestmark
|
||||
|
||||
from more_itertools import ilen
|
||||
from my.coding.commits import commits
|
||||
|
||||
|
||||
def test():
|
||||
def test() -> None:
|
||||
from my.coding.commits import commits
|
||||
all_commits = commits()
|
||||
assert ilen(all_commits) > 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue