summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-21test: Produce useful output when the HTML with images test failsAustin Clements
2012-11-17test: add nontrivial test for restore --accumulate.David Bremner
2012-11-17test: add more informative titles to restore --accumulate testsDavid Bremner
2012-11-16Fixed 2 misspellings of word 'separate'Tomi Ollila
2012-11-15test: Fix HTML rendering testAustin Clements
2012-11-15emacs: Buttonize mid: linksAustin Clements
2012-11-15emacs: Improve the regexp used to match id:'s in messagesAustin Clements
2012-11-15test: Test buttonization of id: linksAustin Clements
2012-11-10test: expand regex in test/basicDavid Bremner
2012-11-07test: add test for showing Reply-To headersPeter Wang
2012-10-31test: add tests for date:since..until range queriesJani Nikula
2012-10-31test: add smoke tests for the date/time parser moduleJani Nikula
2012-10-31test: add new test tool parse-time for date/time parserJani Nikula
2012-10-27emacs: Introduce generic boolean term escaping functionAustin Clements
2012-10-27tag: Disallow adding malformed tags to messagesAustin Clements
2012-10-22notmuch-show: include Bcc header in json outputMichal Nazarewicz
2012-10-22test: new: Fix intermittent test failures with --debugEthan Glasser-Camp
2012-10-20test/test-lib.sh: take the --background feature in smtp-dummy into useTomi Ollila
2012-10-20test/smtp-dummy: add --background option and functionalityTomi Ollila
2012-10-20test: another test wrt ignoring user-specified files and directoriesPieter Praet
2012-10-20test-lib.sh: pass 'NOTMUCH_NEW's args down to 'notmuch new'Pieter Praet
2012-10-20emacs: rename `notmuch-show-toggle-headers' to `notmuch-show-toggle-visibility-headers'Pieter Praet
2012-10-20test: emacs: new tests "notmuch-show: {, un}collapse all messages in thread"Pieter Praet
2012-10-20test: emacs: new tests "notmuch-show: {show, hide} message headers"Pieter Praet
2012-10-18test: Move tests from emacs to emacs-showEthan Glasser-Camp
2012-10-18test: handle filenames that have directories in themEthan Glasser-Camp
2012-10-17test: emacs: toggle thread content indentation in `notmuch-show'Pieter Praet
2012-10-17test: emacs: toggle eliding of non-matching messages in `notmuch-show'Pieter Praet
2012-10-17test: emacs: toggle eliding of non-matching messages in `notmuch-show'Pieter Praet
2012-09-30test: Add a test for HTML email with inline imagesAustin Clements
2012-09-30test: Clear test-output output file before running Emacs testsAustin Clements
2012-09-01test/atomicity: use a more portable 'cp' formMike Kelly
2012-09-01test/basic: use portable args for findMike Kelly
2012-09-01tests: Test against source man pages.Mike Kelly
2012-09-01test/smtp-dummy.c: fix compilation on FreeBSDMike Kelly
2012-09-01test/Makefile.local: Use $(XAPIAN_LDFLAGS) for symbol-testMike Kelly
2012-09-01test: make test_expect_equal_file() arguments flexibleDmitry Kurochkin
2012-08-30test: use (format "%S") to print nil in emacs test.David Bremner
2012-08-30test: canonicalize content-type in "Sending a message via (fake) SMTP"David Bremner
2012-08-29test: emacs: run list-processes after accept-process-output in emacs 23.1Tomi Ollila
2012-08-29test: emacs: call accept-process-output in notmuch-test-waitTomi Ollila
2012-08-12sprinters: bugfix when NULL passed for a string.Mark Walters
2012-08-12test: Add test for messages with missing headersAustin Clements
2012-08-06notmuch-restore: replace positional argument for input with optionDavid Bremner
2012-08-06notmuch-dump: remove deprecated positional argument for output fileDavid Bremner
2012-08-03test: Remove unnecessary JSON canonicalizationAustin Clements
2012-08-03test: Uniformly canonicalize actual and expected JSONAustin Clements
2012-08-02build system: remove directories created by tests in "make clean"David Bremner
2012-07-24test: add tests for the new --body=true|false optionMark Walters
2012-07-24Use the structured formatters in notmuch-search.c.craven@gmx.net