X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython-cffi%2Ftests%2Ftest_message.py;fp=bindings%2Fpython-cffi%2Ftests%2Ftest_message.py;h=56701d056de5ff6d1cda5e7fc0c53b1cdd8a6de5;hp=532bf92159dd86cb23c5cd50133fa5444c4418dd;hb=9cc026f3daaa7731527787f8c7e729c0a08c456c;hpb=e9c55864cde6e9b9653b9963a36f633f34a57779 diff --git a/bindings/python-cffi/tests/test_message.py b/bindings/python-cffi/tests/test_message.py index 532bf921..56701d05 100644 --- a/bindings/python-cffi/tests/test_message.py +++ b/bindings/python-cffi/tests/test_message.py @@ -97,6 +97,9 @@ class TestMessage: def test_ghost_no(self, msg): assert not msg.ghost + def test_matched_no(self,msg): + assert not msg.matched + def test_date(self, msg): # XXX Someone seems to treat things as local time instead of # UTC or the other way around.