X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fpython;h=6018c2d0ad134e1b1bdad765e62b235e48afa618;hp=0b56db30610af9327e9c3c8b1e99591ab8544e56;hb=9e701465ebb43bcd5a56155be404758976e66c1f;hpb=7da6733e890b913281afd5061cf5a648094a1eb4 diff --git a/test/python b/test/python index 0b56db30..6018c2d0 100755 --- a/test/python +++ b/test/python @@ -5,14 +5,27 @@ test_description="python bindings" add_email_corpus test_begin_subtest "compare thread ids" -test_subtest_known_broken test_python < EXPECTED -test_expect_equal_file <(sort OUTPUT) EXPECTED +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