summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-10-29test: Test emacs notmuch-hello with no saved searches to display.Carl Worth
2010-10-29test: Test emacs notmuch-hello when displaying a saved search with 0 results.Carl Worth
2010-10-28test: Emit a friendly error message if run with bash < 4.0.Carl Worth
2010-10-28test: Avoid using unreliable, hard-coded thread ID values in test suite.Carl Worth
2010-10-27test: Add test for reply functionality within emacs.Carl Worth
2010-10-27test: Update tests with removal of bcc from replyJameson Rollins
2010-10-27test: Add test for fully-roundtripped FCCCarl Worth
2010-10-27test: Use an explicit date in the message sent via (fake) SMTPCarl Worth
2010-10-27emacs: Explicitly set the From address when composing a new message.Carl Worth
2010-10-27emacs: Enable FCC (to a directory named "sent") by default.Carl Worth
2010-10-27TODO: Note idea for a new "notmuch compose"Carl Worth
2010-10-27test: Add test that emacs interface actually sends mail.Carl Worth
2010-10-27test: Set alternate HOME during tests.Carl Worth
2010-10-22test: Fix false failure from the "available tests" test.Carl Worth
2010-10-22emacs: Fix quoting of Message-Id to fix test case of Id containing ".."Carl Worth
2010-10-22test: Add test demonstrating failure in emacs interface when Message-Id has ..Carl Worth
2010-10-22test: Add tests for adding/removing tags within emacs interfaceCarl Worth
2010-10-22test: Add simple tests for navigating notmuch-hello and notmuch-search viewsCarl Worth
2010-10-22test: Add a new test_expect_equal_failureCarl Worth
2010-10-22test: Add tests for emacs notmuch-search and notmuch-show functions.Carl Worth
2010-10-22emacs: Remove the joke from the first line of the notmuch-hello view.Carl Worth
2010-10-22test: Add the most rudimentary testing of the emacs interface.Carl Worth
2010-10-22test: Add a new test_emacs function to test-lib.shCarl Worth
2010-10-22test: Fix add_email_corpus function to be quiet.Carl Worth
2010-09-20test/README: Document add_email_corpus (and add_message/generate_message)Carl Worth
2010-09-20test: Fix the search and dump-restore tests to operator on non-empty mail store.Carl Worth
2010-09-20test: Add a corpus of email messages to be used in testing.Carl Worth
2010-09-20test: Remove useless NOTMUCH variable (in favor of simply "notmuch")Carl Worth
2010-09-20test: Remove some dead code in test-lib.shCarl Worth
2010-09-20test: Fix PATH-checking test to work with --valgrindCarl Worth
2010-09-20test: Fix to actually report errors (!).Carl Worth
2010-09-20test: Avoid printing "Testing Testing ..."Carl Worth
2010-09-20test: Print section names, and rename all test sectionsCarl Worth
2010-09-20test: Make the --valgrind option useful, (and drop --verbose).Carl Worth
2010-09-20test/README: Update to become notmuch-specific rather than git-specificCarl Worth
2010-09-20test: Rename GIT_SKIP_TESTS to NOTMUCH_SKIP_TESTSCarl Worth
2010-09-20test: Fix notmuch-test to pass command-line arguments to sub-scripts.Carl Worth
2010-09-20test: Fix test suite so that --valgrind option works.Carl Worth
2010-09-20test: Add test to ensure that all available test scripts are runCarl Worth
2010-09-17test: Rename all tests to get rid of the ugly numbers in file names.Carl Worth
2010-09-17test: Remove basic testing of broken, fixed, and skipped tests.Carl Worth
2010-09-17test: Fix ordering of tests in t0000-basic.shCarl Worth
2010-09-17test: Rework test-suite input to avoid ulti-command stringsCarl Worth
2010-09-17test: Cleanup the test outputCarl Worth
2010-09-17test: Fix test suite to integrate with our non-recursive Makefile system.Carl Worth
2010-09-16test: Set all times to UTCMichal Sojka
2010-09-16Convert the actual tests to the new frameworkMichal Sojka
2010-09-16test: Update helper functionsMichal Sojka
2010-09-16Update test framework for use with notmuchMichal Sojka
2010-09-16Copy test framework from GitMichal Sojka