aboutsummaryrefslogtreecommitdiff
path: root/test/test-lib.sh
AgeCommit message (Expand)Author
2011-06-29test: Nix increment_mtime.Austin Clements
2011-06-28test: use emacsclient(1) for Emacs testsDmitry Kurochkin
2011-06-28test: Increment mtime when delivering a message with emacs_deliver_messageCarl Worth
2011-06-28test:Improve test behaviors when --root is usedMark Anderson
2011-06-28test: generate run_emacs script once on test startupDmitry Kurochkin
2011-06-28test: set variables using `let' instead of `setq' in Emacs testsDmitry Kurochkin
2011-06-28test: wrap and indent test_emacs callsDmitry Kurochkin
2011-06-28test: cleanup test_emacsDmitry Kurochkin
2011-06-28test: do not set `message-signature' in test_emacsDmitry Kurochkin
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
2011-06-01test: Create and set temporary home directoryFlorian Friesdorf
2011-05-31test: copy files in test_expect_equal_file instead of moving themDmitry Kurochkin
2011-05-27test: add crypto tests for signature verification and decryptionJameson Graef Rollins
2011-05-27test: add notmuch_show_sanitize_all function that is a little more aggressive.Jameson Graef Rollins
2011-05-27test: new test-lib function to test for equality between filesJameson Graef Rollins
2011-05-27test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portabilityJoel Borggrén-Franck
2011-05-26test: add test-lib.el file with `visible-buffer-string' functionDmitry Kurochkin
2011-01-28Clarify usage of `additional_headers' in test/test-lib.sh:generate_message.Thomas Schwinge
2011-01-15Fix misspelling in a comment.Carl Worth
2010-12-07test: Leave tmp.<testname> for broken testsCarl Worth
2010-12-07Fix handling of broken tests.Austin Clements
2010-11-16test: Detect unfinished subsetsMichal Sojka
2010-11-16test: Add trailing newline to error messagesMichal Sojka
2010-11-16test: Better handling of stdout and stderrMichal Sojka
2010-11-10Tests for maildir synchronizationMichal Sojka
2010-11-10test: Don't strip portions of test name after '-' for temporary files.Carl Worth
2010-11-05test: Don't mess with user's HOME directoryCarl Worth
2010-11-05test: Generate a little run_emacs script to help debug any failures.Carl Worth
2010-10-28test: Emit a friendly error message if run with bash < 4.0.Carl Worth
2010-10-27test: Set alternate HOME during tests.Carl 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 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: Fix the search and dump-restore tests to operator on non-empty mail store.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: 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: Rename GIT_SKIP_TESTS to NOTMUCH_SKIP_TESTSCarl Worth
2010-09-20test: Fix test suite so that --valgrind option works.Carl Worth
2010-09-17test: Rework test-suite input to avoid ulti-command stringsCarl Worth
2010-09-17test: Cleanup the test outputCarl Worth
2010-09-16test: Set all times to UTCMichal 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