prettify rtm module

This commit is contained in:
Dima Gerasimov 2020-03-15 21:50:56 +00:00
parent 9565cb33dd
commit 66790cb9f4
2 changed files with 37 additions and 42 deletions

6
tests/rtm.py Normal file
View file

@ -0,0 +1,6 @@
from my.rtm import all_tasks
def test():
tasks = all_tasks()
assert len([t for t in tasks if 'gluons' in t.title]) > 0