HPI/tests/smscalls.py
2020-03-06 19:06:17 +00:00

6 lines
138 B
Python

from my.smscalls import calls
# TODO that's a pretty dumb test; perhaps can be generic..
def test():
assert len(list(calls())) > 10