X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FREADME;h=43656a35baf9f9bc5e5d41aca2b65c8e4e763450;hb=661c35712343408b4c034e13fc6cc8be7d580e21;hp=44ff653aa2bd5b56c73b795ee06341b7d87f7bba;hpb=8ae753f30fb90419c50b9bb1fc87618dd1663bc9;p=notmuch diff --git a/test/README b/test/README index 44ff653a..43656a35 100644 --- a/test/README +++ b/test/README @@ -202,6 +202,14 @@ library for your script to use. tests that may run in the same Emacs instance. Use `let' instead so the scope of the changed variables is limited to a single test. + test_emacs_expect_t + + This function executes the provided emacs lisp script within + emacs in a manner similar to 'test_emacs'. The expressions should + return the value `t' to indicate that the test has passed. If the + test does not return `t' then it is considered failed and all data + returned by the test is reported to the tester. + test_done Your test script must have test_done at the end. Its purpose