]> git.notmuchmail.org Git - notmuch/commit
test/message-property: convert python tests from legacy bindings
authorDavid Bremner <david@tethera.net>
Sat, 15 Feb 2025 19:22:53 +0000 (15:22 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 22 Feb 2025 10:59:48 +0000 (06:59 -0400)
commit58ea60c2e49fb7881046829141a7a795d1a3ffca
tree74a0c91205b03c080ed2f0ffb57512537083fe18
parent145be20b0d54ab7cdd1829b2da16e7fb0fd3e775
test/message-property: convert python tests from legacy bindings

One test is deleted since that method is not provided by the new
bindings. Similar things can be done by accessing the PropertiesMap
returned by properties.

This change is a prelude to removing the legacy bindings from the build.
test/T610-message-property.sh