]> git.cworth.org Git - notmuch/commit
test/count: convert library test from python to C
authorDavid Bremner <david@tethera.net>
Sat, 15 Feb 2025 17:58:49 +0000 (13:58 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 22 Feb 2025 10:59:48 +0000 (06:59 -0400)
commit145be20b0d54ab7cdd1829b2da16e7fb0fd3e775
tree534e5fbcc7cac4aee2ffc4b5432339aacfd05129
parenta0418f1b53c9c720f97f4a14a0283fcc20d21ce4
test/count: convert library test from python to C

The new python bindings do not support modifying query objects, so
convert to C. There is a bit more boilerplate to handle errors but
otherwise it is essentially a line by line translation.
test/T060-count.sh