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


No differences found