parse sms messages from xml files
This commit is contained in:
parent
d8841d0d7a
commit
160582b6cf
2 changed files with 52 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
from my.smscalls import calls
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue