X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FREADME;h=f9ac6073d97b4739c80b8ba5ec6da00a88d0e154;hp=8fbf78da57618f613e5ebb26736f5ef16b1fd7ad;hb=a31ad0bd01570307d18b7fbd56b7bcdfb22e5b63;hpb=eb4cf465a5c179c711c15649fc90c7377850cb77 diff --git a/test/README b/test/README index 8fbf78da..f9ac6073 100644 --- a/test/README +++ b/test/README @@ -156,6 +156,13 @@ library for your script to use. will generate a failure and print the difference of the two strings. + test_expect_equal_file + + Identical to test_exepect_equal, except that and + are files instead of strings. This is a much more + robust method to compare formatted textual information, since it + also notices whitespace and closing newline differences. + test_expect_equal_failure This works similar to test_expect_equal (see above) but is used to