aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-hello
Commit message (Collapse)AuthorAge
* test: remove "Testing" from test description in emacs-hello and emacs-showDmitry Kurochkin2012-05-25
| | | | | "Testing" is printed by test/test-lib.sh, so having "Testing" in test description results in duplicate "Testing" in console output.
* emacs: fix custom queries section customization widget in notmuch-helloDmitry Kurochkin2012-05-06
| | | | | | | 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.
* test: add Emacs notmuch-hello tests for custom tags and queries section.Dmitry Kurochkin2012-05-06
| | | | | | | 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.
* emacs: fix off-by-one error in notmuch-hello column alignmentDmitry Kurochkin2012-04-05
| | | | | Expected results for few tests are fixed, the relevant test is unmarked broken.
* test: add broken test for long names in Emacs notmuch-hello viewDmitry Kurochkin2012-04-05
| | | | | Currently, the column alignment in Emacs notmuch-hello is broken for tags/queries with long names.
* emacs: Tests for user-defined sectionsDaniel Schoepe2012-03-01
A new file was added for notmuch-hello tests.