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,6 +1,7 @@
|
|||
from my.rtm import all_tasks
|
||||
from .common import skip_if_not_karlicoss as pytestmark
|
||||
|
||||
|
||||
def test():
|
||||
def test() -> None:
|
||||
from my.rtm import all_tasks
|
||||
tasks = all_tasks()
|
||||
assert len([t for t in tasks if 'gluons' in t.title]) > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue