prettify rtm module
This commit is contained in:
parent
9565cb33dd
commit
66790cb9f4
2 changed files with 37 additions and 42 deletions
6
tests/rtm.py
Normal file
6
tests/rtm.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue