X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fpython;h=3f03a2e3a966018a273bdb75dece7fcc1b224ddd;hp=0b56db30610af9327e9c3c8b1e99591ab8544e56;hb=84719b08f757a6079f4c3331d0c476d19b265948;hpb=7da6733e890b913281afd5061cf5a648094a1eb4 diff --git a/test/python b/test/python index 0b56db30..3f03a2e3 100755 --- a/test/python +++ b/test/python @@ -5,14 +5,35 @@ 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_begin_subtest "get non-existent file" +test_python <