From: Jani Nikula Date: Sun, 26 Feb 2017 13:43:00 +0000 (+0200) Subject: test: require test_begin_subtest before test_expect_success X-Git-Tag: 0.25_rc0~129 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d0cd253b37646d9364d046e1d3edb022a58c105a test: require test_begin_subtest before test_expect_success Unify the subtests by requiring test_begin_subtest before test_expect_success. (Similar change for test_expect_code will follow.) 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 104a120e..7acdb4b8 100644 --- a/test/README +++ b/test/README @@ -189,17 +189,17 @@ Test harness library There are a handful helper functions defined in the test harness library for your script to use. - test_expect_success