From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 458AD6DE2093 for ; Sun, 26 Feb 2017 05:43:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.531 X-Spam-Level: X-Spam-Status: No, score=-0.531 tagged_above=-999 required=5 tests=[AWL=0.189, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EKT98dTlmB0u for ; Sun, 26 Feb 2017 05:43:06 -0800 (PST) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by arlo.cworth.org (Postfix) with ESMTPS id C6EE26DE208B for ; Sun, 26 Feb 2017 05:43:05 -0800 (PST) Received: by mail-lf0-f49.google.com with SMTP id k202so10332755lfe.1 for ; Sun, 26 Feb 2017 05:43:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=/tg3wXtBHZAlf4RqlFpNEthgkYo2xlJghp6hH4WGW7U=; b=cRwHHiTRkE8OY8L1eph2Hg+O4zfYM5MyE957RusIgI+qiEvG+fUihUNLrpTgt0LwPU rLQ2PlDFzt6drRfNKE+gB2aqNrF+LLFMKUY5WwfyTIoGXG7o1qBJjLAmd5wbL17jW7tq VAOOOkVTMSw+jf/mUPuFF2a2DCRPU/A3/GFAaS/J7X61D3EL3JOBGUqSq5V/Pjs3esCm 9BkiEilvsf98HxJpJrzye2cwA7uX3Zrd71fM/CNFr6agVizjBuvHY0Pc3aSbRu/JzN+T 9qGEPfANVMlvaKglNffFFIuSGyhNQsv++VjvmBVTsCblWuhiIwFQu16tS0g1uKWypZvs LA7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=/tg3wXtBHZAlf4RqlFpNEthgkYo2xlJghp6hH4WGW7U=; b=F3VNOg0ECRF0LFoJUhambt0zGErkXmoBCnHIATl+FlL4AyO/ACe1z9qVXK80ZdzwyL VBKp2qxhAZJERoy0sbcHWTZdDgiKBmps8Tfb4ZfFVi0GIcNngSPr9U78ByuZOfzqOOIp 0plMQuHlhg90mPDeq5mQDFm84BfiZzm+d0CnMc/YjqFX1wqj1bO98lhpn9WTHCfDm0Ya g1JxSwZGcU8gGbapXreRzk7H8gknCW9y3xPE/9spUbxSddB298M1I0FUdVz1kTzJ5vBv KY8TT+RK4K1BUkndO3VeL93iDcUjv2bGIDvpVqD7FSltpoW/A2i68nsfjCIUFKy53qrl KrUg== X-Gm-Message-State: AMke39mNKD/tZLgcQVSVAUK1esB/qwkgza1qzvhyzs/cTbHXdhzIln/km5z6xqJg/FY1vw== X-Received: by 10.25.29.66 with SMTP id d63mr3544213lfd.163.1488116583704; Sun, 26 Feb 2017 05:43:03 -0800 (PST) Received: from localhost (mobile-access-bcee80-14.dhcp.inet.fi. [188.238.128.14]) by smtp.gmail.com with ESMTPSA id t29sm9974591ljd.39.2017.02.26.05.43.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 26 Feb 2017 05:43:03 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 0/9] test: cleanup and refactoring Date: Sun, 26 Feb 2017 15:42:52 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:43:07 -0000 The first half is cleanups, throwing out unused stuff. The second half requires test_begin_subtest before *all* subtests. BR, Jani. Jani Nikula (9): test: remove unused regexp convenience variables test: remove unused filter functions test: remove unused test_external and test_external_without_stderr test: remove unused and no-op --long-tests parameter test: only accept short and long options, not silly in-betweens test: ensure test_begin_subtest has been called before test_expect_* test: drop the implicit prereq check mechanism from test_expect_* test: require test_begin_subtest before test_expect_success test: require test_begin_subtest before test_expect_code test/README | 17 ++-- test/T000-basic.sh | 44 ++++------- test/T010-help-test.sh | 27 ++++--- test/T020-compact.sh | 10 ++- test/T050-new.sh | 4 +- test/T070-insert.sh | 34 ++++---- test/T150-tagging.sh | 13 ++- test/T160-json.sh | 8 +- test/T190-multipart.sh | 20 ++--- test/T240-dump-restore.sh | 33 +++++--- test/T310-emacs.sh | 9 +-- test/T340-maildir-sync.sh | 6 +- test/T350-crypto.sh | 9 ++- test/T355-smime.sh | 6 +- test/T380-atomicity.sh | 3 +- test/T400-hooks.sh | 18 +++-- test/T530-upgrade.sh | 5 +- test/T560-lib-error.sh | 3 +- test/T570-revision-tracking.sh | 32 ++++---- test/T600-named-queries.sh | 12 +-- test/test-lib.sh | 176 ++++++++++------------------------------- test/test-verbose | 6 +- 22 files changed, 217 insertions(+), 278 deletions(-) -- 2.11.0