smscalls: parse mms from smscalls export (#370)

* initial mms exploration
This commit is contained in:
seanbreckenridge 2024-06-05 14:03:03 -07:00 committed by GitHub
parent 8a8a1ebb0e
commit 35dd5d82a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 163 additions and 2 deletions

View file

@ -4,6 +4,7 @@ from my.tests.common import skip_if_not_karlicoss as pytestmark
# TODO implement via stat?
def test() -> None:
from my.smscalls import calls, messages
from my.smscalls import calls, messages, mms
assert len(list(calls())) > 10
assert len(list(messages())) > 10
assert len(list(mms())) > 10