7 lines
186 B
Python
7 lines
186 B
Python
from my.smscalls import calls, messages
|
|
|
|
|
|
# TODO that's a pretty dumb test; perhaps can be generic..
|
|
def test():
|
|
assert len(list(calls())) > 10
|
|
assert len(list(messages())) > 10
|