HPI/tests/rtm.py

7 lines
205 B
Python

from my.tests.common import skip_if_not_karlicoss as pytestmark
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