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
1d09d0d1ab
21 changed files with 93 additions and 72 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
from .common import skip_if_not_karlicoss as pytestmark
|
||||
|
||||
from my.hypothesis import pages, highlights
|
||||
|
||||
def test():
|
||||
def test() -> None:
|
||||
from my.hypothesis import pages, highlights
|
||||
assert len(list(pages())) > 10
|
||||
assert len(list(highlights())) > 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue