summaryrefslogtreecommitdiff
path: root/test/test-lib.sh
AgeCommit message (Expand)Author
2012-12-17test: normalize only message filenames in show jsonPeter Wang
2012-12-08test: use perl instead of sed -r for portabilityJani Nikula
2012-12-08test: Fix UTF-8 JSON tests in Python 3Austin Clements
2012-11-29test: Use associative arrays to track external prereqsAustin Clements
2012-11-29test: Abort driver if a test script abortsAustin Clements
2012-11-29test: Make the emacsclient binary user-configurableAustin Clements
2012-11-25test: factor out part of test-lib.sh into test-lib-common.shDavid Bremner
2012-10-22notmuch-show: include Bcc header in json outputMichal Nazarewicz
2012-10-20test/test-lib.sh: take the --background feature in smtp-dummy into useTomi Ollila
2012-10-20test-lib.sh: pass 'NOTMUCH_NEW's args down to 'notmuch new'Pieter Praet
2012-10-18test: handle filenames that have directories in themEthan Glasser-Camp
2012-09-30test: Clear test-output output file before running Emacs testsAustin Clements
2012-09-01tests: Test against source man pages.Mike Kelly
2012-09-01test: make test_expect_equal_file() arguments flexibleDmitry Kurochkin
2012-08-03test: Uniformly canonicalize actual and expected JSONAustin Clements
2012-03-18test: use subtest name for generated message subject by defaultDmitry Kurochkin
2012-02-29test: Add test for searching of uncommonly encoded messagesMichal Sojka
2012-02-20test: always report missing prereqs, independent of `--verbose' optionPieter Praet
2012-02-12test: auto load elisp tests file in test_emacs if availableDmitry Kurochkin
2012-01-25test: Add `test_emacs_expect_t'.David Edmondson
2012-01-25test: Don't return the result of checking for running emacs to the tester.David Edmondson
2012-01-22test: whitespace-cleanup for most test/* filesTomi Ollila
2012-01-15test: don't bail out of `run_emacs' too early when missing prereqsPieter Praet
2011-12-29test: Remove #! line from test-lib.shAustin Clements
2011-12-29test: Make generated message date a real dateAustin Clements
2011-12-28test: allow user to choose which emacs to run tests with.David Bremner
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