summaryrefslogtreecommitdiff
path: root/test/test-lib.sh
AgeCommit message (Expand)Author
2016-09-24test: test-lib.sh: use $BASH instead of ${SHELL-sh} to relaunchTomi Ollila
2016-09-17test: make it possible to have multiple corporaJani Nikula
2016-06-13test: factor out some boilerplate from C testsDavid Bremner
2016-06-11test: test_python: set PYTHONPATH to the python execution environmentTomi Ollila
2016-06-11test: set LD_LIBRARY_PATH early and keep its old contentsTomi Ollila
2016-06-11test: add function die () and have use of it in add_email_corpus ()Tomi Ollila
2016-06-11test-lib.sh: renamed die...()s to trap...()s and exit...()Tomi Ollila
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25CLI: add notmuch-config support for named queriesDavid Bremner
2016-05-25CLI: add optional config data to dump output.David Bremner
2016-05-19test: copyright information updatesTomi Ollila
2016-05-13lib/cli: add library API / CLI for compile time optionsDavid Bremner
2016-04-12configure: add test for default xapian backendDavid Bremner
2016-01-29test: add broken S/MIME signature verification test for notmuch CLIDavid Bremner
2016-01-29test: initial tests for S/MIME and notmuch-emacsDavid Bremner
2016-01-26test: refactor directory name sanitizationDavid Bremner
2015-12-30test: Unset ALTERNATE_EDITOR before running emacsclientMichal Sojka
2015-08-13lib: API to retrieve database revision and UUIDAustin Clements
2015-08-07test: make script exit (1) if it "fails" to source (.) a fileTomi Ollila
2015-08-07emacs: make modifications to message Fcc vars buffer-localDavid Bremner
2015-08-04test: use the python interpreter in sh.configDavid Bremner
2015-06-14test: add initial ruby testsDavid Bremner
2015-05-31cli: change "setup" to "set up" where used as a verbJ. Lewis Muir
2015-03-29test: add support for compiling and running C snippetsDavid Bremner
2015-01-19test: prepare test-lib.sh for possible test system debug sessionTomi Ollila
2015-01-17test-lib: Add dummy subject to force empty subjectJesse Rosenthal
2014-10-25Merge tag '0.18.2_rc1'David Bremner
2014-10-25test: kill '"filename": "signature.asc"' from json outputDavid Bremner
2014-07-13test: make test_emacs call post-command-hookDavid Bremner
2014-06-13test: use --quick when starting emacs.David Bremner
2014-03-11test: add notmuch_search_files_sanitize and use itJani Nikula
2014-03-11test: add utility function to sort a json listDavid Bremner
2014-03-09support for generating decreasing dates in bash 4.0 and 4.1Tomi Ollila
2014-03-09test: NOTMUCH_SKIP_TESTS accepts test names with or without Tddd- prefixTomi Ollila
2014-03-06test: Print the number of the test along with its nameAustin Clements
2014-01-18test: leave T\d\d\d- in variable $this_test and introduce $this_test_bareTomi Ollila
2014-01-13test: renamed test scripts to format T\d\d\d-name.shTomi Ollila
2013-12-28Merge tag '0.17_rc4'David Bremner
2013-12-22test: remove call to notmuch-hello from emacs_deliver_messageDavid Bremner
2013-12-22test: add emacs_fcc_message that does not use smtp-dummyDavid Bremner
2013-12-09test: implement and document NOTMUCH_TEST_QUIET variable usageTomi Ollila
2013-12-09test: print empty line at the beginning of test script, not at endTomi Ollila
2013-12-09test: resolve `basename "$0" .sh` once for all in test-lib.shTomi Ollila
2013-12-09test: give unique timestamps to messagesDavid Bremner
2013-12-09test: sanitize dates in emacs, raw, and text outputDavid Bremner
2013-12-09test: sanitize Date and timestamp fields in jsonDavid Bremner
2013-11-23test: replace $PWD with YYY in emacs & emacs-show testsDavid Bremner
2013-10-14test: set mail host in emacs_deliverMark Walters
2013-09-08test: unset 'xpg_echo' bash shell optionTomi Ollila
2013-02-18test/test-lib.sh: separate signaled exitTomi Ollila