From: Patrick Totzke Date: Mon, 2 Jan 2012 14:51:27 +0000 (+0000) Subject: python test "compare message ids" X-Git-Tag: debian/0.12_rc1-1~226 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ab69d6efa0e095e0bff24f77220797c58068cc08 python test "compare message ids" Introduces a second (trivial) test for the python bindings that searches for message ids and compares the output with that of `notmuch search`. --- diff --git a/test/python b/test/python index c318cc10..6018c2d0 100755 --- a/test/python +++ b/test/python @@ -15,4 +15,17 @@ for t in q_new.search_threads(): EOF notmuch search --sort=oldest-first --output=threads tag:inbox | sed s/^thread:// > EXPECTED test_expect_equal_file OUTPUT EXPECTED + +test_begin_subtest "compare message ids" +test_python < EXPECTED +test_expect_equal_file OUTPUT EXPECTED + test_done