]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs-hello
test: basic: drop 'ensure all available tests are run'
[notmuch] / test / emacs-hello
index 9e5d04544a2161f6e58ece5ac726a2991617f74f..f7296166a7bdd84b8762b7028a27e3bd88ace808 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
-test_description="Testing emacs notmuch-hello view"
-. test-lib.sh
+test_description="emacs notmuch-hello view"
+. ./test-lib.sh
 
 EXPECTED=$TEST_DIRECTORY/emacs.expected-output
 
@@ -44,8 +44,21 @@ test_emacs "(let ((notmuch-hello-sections
              (test-output))"
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-section-counts
 
+test_begin_subtest "Empty custom tags section"
+test_emacs "(let* ((widget (widget-create 'notmuch-hello-tags-section))
+                   (notmuch-hello-sections (list (widget-value widget))))
+             (notmuch-hello)
+             (test-output))"
+test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-empty-custom-tags-section
+
+test_begin_subtest "Empty custom queries section"
+test_emacs "(let* ((widget (widget-create 'notmuch-hello-query-section))
+                   (notmuch-hello-sections (list (widget-value widget))))
+             (notmuch-hello)
+             (test-output))"
+test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-empty-custom-queries-section
+
 test_begin_subtest "Column alignment for tag/queries with long names"
-test_subtest_known_broken
 tag=a-very-long-tag # length carefully calculated for 80 characters window width
 notmuch tag +$tag '*'
 test_emacs '(notmuch-hello)