From: Jani Nikula Date: Sun, 26 Feb 2017 13:43:01 +0000 (+0200) Subject: test: require test_begin_subtest before test_expect_code X-Git-Tag: 0.25_rc0~128 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0497d695ca796c4d19ad5ec08788bbb1f400c58c;ds=sidebyside test: require test_begin_subtest before test_expect_code Unify the subtests by requiring test_begin_subtest before test_expect_code. (Similar change for test_expect_success has already been done.) This increases clarity in the test scripts by having a separate line for the start of the subtest with the heading, and makes it possible to simplify the test infrastructure by making all subtests similar. --- diff --git a/test/README b/test/README index 7acdb4b8..dcd05237 100644 --- a/test/README +++ b/test/README @@ -200,6 +200,11 @@ library for your script to use.