parse sms messages from xml files

This commit is contained in:
Sean Breckenridge 2020-09-30 16:32:06 -07:00 committed by karlicoss
parent d8841d0d7a
commit 160582b6cf
2 changed files with 52 additions and 8 deletions

View file

@ -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