David Bremner
|
f6e7a9dde5
|
test: replace deprecated use of notmuch_database_open_verbose
We need to do it some day, and it is a bit annoying to read
deprecation messages in broken tests.
|
2022-05-29 07:36:32 -03:00 |
|
David Bremner
|
1643c0459a
|
test: move system includes to notmuch-test.h
This removes some redudant includes, and will also make it easier to
introduce "#define _GNU_SOURCE", which must come before all system
includes.
|
2021-12-04 12:36:08 -04:00 |
|
David Bremner
|
97fadd0645
|
test: clean up some extra whitespace.
The extra space is mainly just untidy.
|
2021-03-12 07:19:14 -04:00 |
|
David Bremner
|
c151506773
|
test: regression test for n_m_get_filenames
Closing the database after the iterator is created is not a problem.
|
2020-08-03 20:50:15 -03:00 |
|
David Bremner
|
2b6e73d895
|
test: split header for lib-message tests.
This allows finer control over when to close the database.
|
2020-08-03 20:48:51 -03:00 |
|
David Bremner
|
6ccc4338a4
|
test: add regression tests for n_thread_get_toplevel_messages
Include a test for the previously omitted non-trivial code path for
notmuch_thread_get_replies.
|
2020-07-31 07:41:00 -03:00 |
|
David Bremner
|
85da95e266
|
test: move notmuch_message_* tests to their own file
This is for consistency with the recently added tests for
notmuch_database_*.
|
2020-07-29 12:18:11 -03:00 |
|