]> git.notmuchmail.org Git - notmuch/commitdiff
test: require test_begin_subtest before test_expect_success
authorJani Nikula <jani@nikula.org>
Sun, 26 Feb 2017 13:43:00 +0000 (15:43 +0200)
committerDavid Bremner <david@tethera.net>
Thu, 9 Mar 2017 13:01:21 +0000 (09:01 -0400)
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.


No differences found