diff options
author | Carl Worth <cworth@cworth.org> | 2010-10-27 10:42:46 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-10-27 10:42:46 -0700 |
commit | 102c57c825d22c8f4741332f1e02e08f66f6cd2f (patch) | |
tree | 8674b1a2789470e376bad45b6875b6152725be76 /test/.gitignore | |
parent | f30200a4296f972474f9254dc3cba89570cd7bc0 (diff) |
test: Add test that emacs interface actually sends mail.
Rather than *reall* sending mail here, we instead have a new test
program, smtp-dummy which implements (a small piece of) the
server-side SMTP protocol and saves a mail message to the filename
provided. This gives us reasonable test coverage of a large chunk of
the notmuch+emacs code base (down to talking to an SMTP server with
the final mail contents).
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 1cda9961..b34778f4 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,3 @@ test-results corpus.mail +smtp-dummy |