]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python-cffi/tests/test_message.py
bindings/python-cffi: add matched property to message objects
[notmuch] / bindings / python-cffi / tests / test_message.py
index 532bf92159dd86cb23c5cd50133fa5444c4418dd..56701d056de5ff6d1cda5e7fc0c53b1cdd8a6de5 100644 (file)
@@ -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.