aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test-lib.sh
Commit message (Expand)AuthorAge
...
* test: optionally print subtest numberGravatar David Bremner2011-12-18
* test: use python2 instead of python if availableGravatar Thomas Jost2011-12-11
* test: add a function to run Python testsGravatar Thomas Jost2011-12-11
* test: add functions to count how much times notmuch was calledGravatar Dmitry Kurochkin2011-12-07
* test: fix error messages for missing binary dependenciesGravatar Dmitry Kurochkin2011-11-30
* test: fix spurious output from missing external binaries functionsGravatar Dmitry Kurochkin2011-11-30
* test: add missing escape backslash in test_declare_external_prereq()Gravatar Dmitry Kurochkin2011-11-30
* test: fix test_require_external_prereq()Gravatar Dmitry Kurochkin2011-11-30
* test: check if emacs is available in the beginning of test_emacsGravatar Dmitry Kurochkin2011-11-27
* test: add function to explicitly check for external dependenciesGravatar Dmitry Kurochkin2011-11-27
* test: declare external dependencies for the testsGravatar Dmitry Kurochkin2011-11-27
* test: skip all subtests if external dependencies are missing during initGravatar Dmitry Kurochkin2011-11-27
* test: fix "skipping test" verbose outputGravatar Dmitry Kurochkin2011-11-27
* test: add support for external executable dependenciesGravatar Dmitry Kurochkin2011-11-27
* test: add test state reset to test_expect_* functions that did not have itGravatar Dmitry Kurochkin2011-11-27
* test: set EMACS_SERVER variable only after dtach(1) was successfully startedGravatar Dmitry Kurochkin2011-11-27
* test: move subtest variables reset into a dedicated functionGravatar Dmitry Kurochkin2011-11-27
* test: remove executable permissions from test-lib.shGravatar Dmitry Kurochkin2011-11-26
* test: attempt to send QUIT to smtp-dummy in case mail send failedGravatar Tomi Ollila2011-11-18
* test: create dtach's session socket in $TEST_TMPDIRGravatar Tomi Ollila2011-11-17
* test: create TEST_TMPDIR for holding temporary filesGravatar Tomi Ollila2011-11-17
* test: do not hide test_emacs errorsGravatar Dmitry Kurochkin2011-11-13
* exec emacs at the end of run_emacs scriptGravatar Tomi Ollila2011-11-12
* test: use dtach(1) instead of screen(1) in emacs testsGravatar Tomi Ollila2011-11-11
* test: avoid using screen(1) configuration filesGravatar Dmitry Kurochkin2011-11-05
* test: run emacs inside screenGravatar Dmitry Kurochkin2011-11-05
* test/test-lib.sh: update commentsGravatar David Bremner2011-10-22
* test: Report test failures from test_expect_*Gravatar Austin Clements2011-09-12
* test: Fix message when skipping test_expect_equal* testsGravatar Austin Clements2011-09-12
* test: reset test_subtest_known_broken_ after each success/failure.Gravatar David Bremner2011-09-12
* test: improve known broken tests supportGravatar Dmitry Kurochkin2011-09-10
* test: Nix increment_mtime.Gravatar Austin Clements2011-06-29
* test: use emacsclient(1) for Emacs testsGravatar Dmitry Kurochkin2011-06-28
* test: Increment mtime when delivering a message with emacs_deliver_messageGravatar Carl Worth2011-06-28
* test:Improve test behaviors when --root is usedGravatar Mark Anderson2011-06-28
* test: generate run_emacs script once on test startupGravatar Dmitry Kurochkin2011-06-28
* test: set variables using `let' instead of `setq' in Emacs testsGravatar Dmitry Kurochkin2011-06-28
* test: wrap and indent test_emacs callsGravatar Dmitry Kurochkin2011-06-28
* test: cleanup test_emacsGravatar Dmitry Kurochkin2011-06-28
* test: do not set `message-signature' in test_emacsGravatar Dmitry Kurochkin2011-06-28
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* test: Create and set temporary home directoryGravatar Florian Friesdorf2011-06-01
* test: copy files in test_expect_equal_file instead of moving themGravatar Dmitry Kurochkin2011-05-31
* test: add crypto tests for signature verification and decryptionGravatar Jameson Graef Rollins2011-05-27
* test: add notmuch_show_sanitize_all function that is a little more aggressive.Gravatar Jameson Graef Rollins2011-05-27
* test: new test-lib function to test for equality between filesGravatar Jameson Graef Rollins2011-05-27
* test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portabilityGravatar Joel Borggrén-Franck2011-05-27
* test: add test-lib.el file with `visible-buffer-string' functionGravatar Dmitry Kurochkin2011-05-26
* Clarify usage of `additional_headers' in test/test-lib.sh:generate_message.Gravatar Thomas Schwinge2011-01-28
* Fix misspelling in a comment.Gravatar Carl Worth2011-01-15