From ab69d6efa0e095e0bff24f77220797c58068cc08 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Mon, 2 Jan 2012 14:51:27 +0000 Subject: [PATCH] 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`. --- test/python | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.43.0