prettify calls provider

This commit is contained in:
Dima Gerasimov 2020-03-06 19:06:17 +00:00
parent 348460a83d
commit 3018807e2a
2 changed files with 30 additions and 20 deletions

6
tests/smscalls.py Normal file
View file

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