| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
There are currently 45 TESTS scripts. 36 of those load
test-lib.sh using '. ./test-lib.sh' and 9 '. test-lib.sh'.
In latter case test-lib.sh is first searched from directories
in PATH (posix) and then from current directory (bash feature).
Changed the 9 files to execute '. ./test-lib.sh'. The test-lib.sh
should never be loaded from directory in PATH.
|
|
|
|
|
| |
"Testing" is printed by test/test-lib.sh, so having "Testing" in test
description results in duplicate "Testing" in console output.
|
|
|
|
|
|
|
| |
The customization widget referred to a non-existing function
`notmuch-hello-insert-query-list'. The patch changes it to the
correct one - `notmuch-hello-insert-searches'. The relevant test is
fixed now.
|
|
|
|
|
|
|
| |
The tests use default values from customization widgets to make sure
that these customization widgets work (at least on basic level).
The custom queries section test is currently broken.
|
|
|
|
|
| |
Expected results for few tests are fixed, the relevant test is
unmarked broken.
|
|
|
|
|
| |
Currently, the column alignment in Emacs notmuch-hello is broken for
tags/queries with long names.
|
|
A new file was added for notmuch-hello tests.
|