prettify calls provider
This commit is contained in:
parent
348460a83d
commit
3018807e2a
2 changed files with 30 additions and 20 deletions
6
tests/smscalls.py
Normal file
6
tests/smscalls.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue