]> git.notmuchmail.org Git - notmuch/commit
test: known broken test for list(db.config) in python-cffi bindings
authorDavid Bremner <david@tethera.net>
Wed, 9 Feb 2022 01:01:16 +0000 (21:01 -0400)
committerDavid Bremner <david@tethera.net>
Thu, 17 Feb 2022 01:55:45 +0000 (21:55 -0400)
commite221a4531fa8d317560d568634da695952c65365
tree7e9fc4db320901c406416959407bc33a1f3c8f6d
parent6286b76a69f11a72927c96a928d4493cab2237ce
test: known broken test for list(db.config) in python-cffi bindings

As of notmuch 0.34.2 [1], the python-cffi bindings make available the
configuration from both a config file and the database when accessing
Database.config like a dictionary.  It is therefore confusing that the
iterator operations only work on the configuration information stored
in the database.

[1]: d7f95724132bf658fd151630185899737e2ed829
test/T055-path-config.sh