This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-22 19:08:09 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d9f61c26a1
notmuch
/
test
/
.gitignore
7 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
test: Cleanup the test output This makes the new, git-derived test suite report results in a manner similar to the original notmuch test suite. Notable changes include: * No more initial '*' on every line * Only colorize a single word * Don't print useless test numbers * Use "PASS" in place of "ok" * Begin sentences with a capital letter * Print test descriptions for each block * Separate each block of tests with a blank line * Don't summarize counts between each block
2010-09-17 22:53:47 +02:00
test-results
test: Fix the search and dump-restore tests to operator on non-empty mail store. We do this with a new add_email_corpus function that establishes a mail store with 50 messages from the notmuch mailing list.
2010-09-21 01:40:35 +02:00
corpus.mail
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).
2010-10-27 19:42:46 +02:00
smtp-dummy
Build symbol-test with make instead of hardcoding in symbol-hiding. If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories.
2011-11-26 22:14:20 +01:00
symbol-test
test: add arg-test to .gitignore This should have been done when the binary was added, oops.
2011-12-13 03:25:48 +01:00
arg-test
test: Ignore files created during test failures. When a test fails, a tmp.<testname> file is left behind. These files are useful for the person debugging the test failure, but are never anything we want to commit. Edited-by: Carl Worth <cworth@cworth.org>: Changed from tmp.emacs to tmp.* and added explanation in the commit message.
2010-11-12 09:07:01 +01:00
tmp.*
Reference in a new issue
Copy permalink