]> git.notmuchmail.org Git - notmuch/blob - test/emacs-address-cleaning
python: move the notmuch module section to notes.rst
[notmuch] / test / emacs-address-cleaning
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 '(notmuch-test-address-cleaning-1)'
8
9 test_begin_subtest "notmuch-test-address-clean part 2"
10 test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
11
12 test_begin_subtest "notmuch-test-address-clean part 3"
13 test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
14
15 test_done