aboutsummaryrefslogtreecommitdiff
path: root/test/test-lib.sh
Commit message (Expand)AuthorAge
* test: Uniformly canonicalize actual and expected JSONAustin Clements2012-08-03
* test: use subtest name for generated message subject by defaultDmitry Kurochkin2012-03-18
* test: Add test for searching of uncommonly encoded messagesMichal Sojka2012-02-29
* test: always report missing prereqs, independent of `--verbose' optionPieter Praet2012-02-20
* test: auto load elisp tests file in test_emacs if availableDmitry Kurochkin2012-02-12
* test: Add `test_emacs_expect_t'.David Edmondson2012-01-25
* test: Don't return the result of checking for running emacs to the tester.David Edmondson2012-01-25
* test: whitespace-cleanup for most test/* filesTomi Ollila2012-01-22
* test: don't bail out of `run_emacs' too early when missing prereqsPieter Praet2012-01-15
* test: Remove #! line from test-lib.shAustin Clements2011-12-29
* test: Make generated message date a real dateAustin Clements2011-12-29
* test: allow user to choose which emacs to run tests with.David Bremner2011-12-28
* test: optionally print subtest numberDavid Bremner2011-12-18
* test: use python2 instead of python if availableThomas Jost2011-12-11
* test: add a function to run Python testsThomas Jost2011-12-11
* test: add functions to count how much times notmuch was calledDmitry Kurochkin2011-12-07
* test: fix error messages for missing binary dependenciesDmitry Kurochkin2011-11-30
* test: fix spurious output from missing external binaries functionsDmitry Kurochkin2011-11-30
* test: add missing escape backslash in test_declare_external_prereq()Dmitry Kurochkin2011-11-30
* test: fix test_require_external_prereq()Dmitry Kurochkin2011-11-30
* test: check if emacs is available in the beginning of test_emacsDmitry Kurochkin2011-11-27
* test: add function to explicitly check for external dependenciesDmitry Kurochkin2011-11-27
* test: declare external dependencies for the testsDmitry Kurochkin2011-11-27
* test: skip all subtests if external dependencies are missing during initDmitry Kurochkin2011-11-27
* test: fix "skipping test" verbose outputDmitry Kurochkin2011-11-27
* test: add support for external executable dependenciesDmitry Kurochkin2011-11-27
* test: add test state reset to test_expect_* functions that did not have itDmitry Kurochkin2011-11-27
* test: set EMACS_SERVER variable only after dtach(1) was successfully startedDmitry Kurochkin2011-11-27
* test: move subtest variables reset into a dedicated functionDmitry Kurochkin2011-11-27
* test: remove executable permissions from test-lib.shDmitry Kurochkin2011-11-26
* test: attempt to send QUIT to smtp-dummy in case mail send failedTomi Ollila2011-11-18
* test: create dtach's session socket in $TEST_TMPDIRTomi Ollila2011-11-17
* test: create TEST_TMPDIR for holding temporary filesTomi Ollila2011-11-17
* test: do not hide test_emacs errorsDmitry Kurochkin2011-11-13
* exec emacs at the end of run_emacs scriptTomi Ollila2011-11-12
* test: use dtach(1) instead of screen(1) in emacs testsTomi Ollila2011-11-11
* test: avoid using screen(1) configuration filesDmitry Kurochkin2011-11-05
* test: run emacs inside screenDmitry Kurochkin2011-11-05
* test/test-lib.sh: update commentsDavid Bremner2011-10-22
* test: Report test failures from test_expect_*Austin Clements2011-09-12
* test: Fix message when skipping test_expect_equal* testsAustin Clements2011-09-12
* test: reset test_subtest_known_broken_ after each success/failure.David Bremner2011-09-12
* test: improve known broken tests supportDmitry Kurochkin2011-09-10
* test: Nix increment_mtime.Austin Clements2011-06-29
* test: use emacsclient(1) for Emacs testsDmitry Kurochkin2011-06-28
* test: Increment mtime when delivering a message with emacs_deliver_messageCarl Worth2011-06-28
* test:Improve test behaviors when --root is usedMark Anderson2011-06-28
* test: generate run_emacs script once on test startupDmitry Kurochkin2011-06-28
* test: set variables using `let' instead of `setq' in Emacs testsDmitry Kurochkin2011-06-28
* test: wrap and indent test_emacs callsDmitry Kurochkin2011-06-28