aboutsummaryrefslogtreecommitdiff
path: root/test/T564-lib-query.sh
AgeCommit message (Collapse)Author
2022-05-29test: replace deprecated use of notmuch_database_open_verboseDavid Bremner
We need to do it some day, and it is a bit annoying to read deprecation messages in broken tests.
2021-12-04test: move system includes to notmuch-test.hDavid Bremner
This removes some redudant includes, and will also make it easier to introduce "#define _GNU_SOURCE", which must come before all system includes.
2020-07-29test: regression test for notmuch_query_destroyDavid Bremner
As with other void API entries, not crashing counts as success.
2020-07-29test: regression tests for n_q_count_{messages, threads}David Bremner
At least these exceptions are caught.
2020-07-29test: regression test for n_q_search_messagesDavid Bremner
Exception handling matches notmuch_query_search_threads, at least for this case.
2020-07-29test: regression test for n_q_search_threadsDavid Bremner
At least this exception is caught.
2020-07-29test: add regression test for n_q_add_tag_excludeDavid Bremner
This relies on the change to not tear down the auxilary Xapian objects, in particular the query parser, when the database is closed.
2020-07-29test: regression test for n_q_{set, get}_sortDavid Bremner
We just want to make sure accessing the query owned by a closed db does not cause a crash.
2020-07-29test: regression test for set_omit_excludedDavid Bremner
2020-07-29test: regression test for notmuch_query_get_databaseDavid Bremner
Current functionality is too trivial to really justify a test, but it's simpler just to test the complete API.
2020-07-29test: add regression test for n_q_{create,_get_query_string}David Bremner
Start a new file of tests, to keep to the (emerging) scheme of one notmuch_foo group per file