]> git.notmuchmail.org Git - notmuch/blob - test/emacs-address-cleaning.sh
test: `notmuch-test-run' should protect against buffer switching.
[notmuch] / test / emacs-address-cleaning.sh
1 #!/usr/bin/env bash
2
3 test_description="emacs address cleaning"
4 . test-lib.sh
5
6 test_begin_subtest "notmuch-test-address-clean part 1"
7 test_emacs_expect_t \
8     '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)'
9
10 test_begin_subtest "notmuch-test-address-clean part 2"
11 test_emacs_expect_t \
12     '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'
13
14 test_begin_subtest "notmuch-test-address-clean part 3"
15 test_subtest_known_broken
16 test_emacs_expect_t \
17     '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'
18
19 test_done