summaryrefslogtreecommitdiff
path: root/test/test-lib.sh
AgeCommit message (Expand)Author
2011-12-18test: optionally print subtest numberDavid Bremner
2011-12-11test: use python2 instead of python if availableThomas Jost
2011-12-11test: add a function to run Python testsThomas Jost
2011-12-07test: add functions to count how much times notmuch was calledDmitry Kurochkin
2011-11-30test: fix error messages for missing binary dependenciesDmitry Kurochkin
2011-11-30test: fix spurious output from missing external binaries functionsDmitry Kurochkin
2011-11-30test: add missing escape backslash in test_declare_external_prereq()Dmitry Kurochkin
2011-11-30test: fix test_require_external_prereq()Dmitry Kurochkin
2011-11-27test: check if emacs is available in the beginning of test_emacsDmitry Kurochkin
2011-11-27test: add function to explicitly check for external dependenciesDmitry Kurochkin
2011-11-27test: declare external dependencies for the testsDmitry Kurochkin
2011-11-27test: skip all subtests if external dependencies are missing during initDmitry Kurochkin
2011-11-27test: fix "skipping test" verbose outputDmitry Kurochkin
2011-11-27test: add support for external executable dependenciesDmitry Kurochkin
2011-11-27test: add test state reset to test_expect_* functions that did not have itDmitry Kurochkin
2011-11-27test: set EMACS_SERVER variable only after dtach(1) was successfully startedDmitry Kurochkin
2011-11-27test: move subtest variables reset into a dedicated functionDmitry Kurochkin
2011-11-26test: remove executable permissions from test-lib.shDmitry Kurochkin
2011-11-18test: attempt to send QUIT to smtp-dummy in case mail send failedTomi Ollila
2011-11-17test: create dtach's session socket in $TEST_TMPDIRTomi Ollila
2011-11-17test: create TEST_TMPDIR for holding temporary filesTomi Ollila
2011-11-13test: do not hide test_emacs errorsDmitry Kurochkin
2011-11-12exec emacs at the end of run_emacs scriptTomi Ollila
2011-11-11test: use dtach(1) instead of screen(1) in emacs testsTomi Ollila
2011-11-05test: avoid using screen(1) configuration filesDmitry Kurochkin
2011-11-05test: run emacs inside screenDmitry Kurochkin
2011-10-22test/test-lib.sh: update commentsDavid Bremner
2011-09-12test: Report test failures from test_expect_*Austin Clements
2011-09-12test: Fix message when skipping test_expect_equal* testsAustin Clements
2011-09-12test: reset test_subtest_known_broken_ after each success/failure.David Bremner
2011-09-10test: improve known broken tests supportDmitry Kurochkin
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