aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs-address-cleaning.sh
blob: 0d85bdc253d7d7073f0432ddd228c23ab9b13489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env bash

test_description="emacs address cleaning"
. test-lib.sh

test_begin_subtest "notmuch-test-address-clean part 1"
test_emacs_expect_t \
    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)'

test_begin_subtest "notmuch-test-address-clean part 2"
test_emacs_expect_t \
    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'

test_begin_subtest "notmuch-test-address-clean part 3"
test_subtest_known_broken
test_emacs_expect_t \
    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'

test_done