Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 89CB5431FBF for ; Sat, 6 Feb 2010 07:27:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.436 X-Spam-Level: X-Spam-Status: No, score=-0.436 tagged_above=-999 required=5 tests=[AWL=-0.437, BAYES_50=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L2JnCnLU4aUN for ; Sat, 6 Feb 2010 07:27:05 -0800 (PST) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by olra.theworths.org (Postfix) with ESMTP id A2FEC431FAE for ; Sat, 6 Feb 2010 07:27:05 -0800 (PST) Received: by fxm23 with SMTP id 23so1934911fxm.2 for ; Sat, 06 Feb 2010 07:27:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=wqv59TP1Kv+gcx8ALdVMACf7NZDTmR7hGthB2rBDo7I=; b=oNkdNJ5Bk6pgtMF/aK3N7B7L3nLuh1TYhPnjHGpb1djzRWyjLW4/XNss92kxKYE0/H TLCkRA5vsvYuBnm0D2Ml27PRJ9h8FgEdaywjyZcOVSqLzY3tUZu+KnqNFHsuHykd01KW YUMjKpERsz52j3Uf0QlyqcZvybdN2IVL4w2z8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=j7WSa1dpU/fnPKB6ndos2pI0mWURClpoEO6s0vZINMbTjqts6uTZFWkvzZ4j80Qp8B Sy3Eq0udr3T3EniES78YCWru0BEhcsk6aYeOXPmkwTPki8WBFoGJwQbDpAIkPb1VJLIS /N861g8jFRNg5oqNI6kYHgE6ixr/GbWh/gK34= MIME-Version: 1.0 Received: by 10.87.48.28 with SMTP id a28mr5117346fgk.40.1265470024562; Sat, 06 Feb 2010 07:27:04 -0800 (PST) In-Reply-To: <87hbpwpoko.fsf@yoom.home.cworth.org> References: <87ljf8pvxx.fsf@yoom.home.cworth.org> <5641883d1002041327t2cc814e3u87c1cf92035ab750@mail.gmail.com> <87hbpwpoko.fsf@yoom.home.cworth.org> Date: Sat, 6 Feb 2010 15:27:04 +0000 Message-ID: <5641883d1002060727ia4e6c16lf800a92fc8735430@mail.gmail.com> From: Oliver Charles To: Carl Worth Content-Type: text/plain; charset=ISO-8859-1 Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] A functional (but rudimentary) test suite for notmuch X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sat, 06 Feb 2010 15:27:06 -0000 On Thu, Feb 4, 2010 at 11:29 PM, Carl Worth wrote: > Looking at TAP, one thing I don't like is that it prints the > success/failure of the test first, before the description of the > test. That's not so nice in the case of a long-running (perhaps > infinitely running) test where you might need to interrupt it, but you'd > still want to know *what* was running for so long. Ah, the way this works for Test::Harness in Perl is that while a test suite is running the output is of the form: t/edit_artist_add_alias.t .............. 1/? And then when it completes it will change to: t/edit_artist_add_alias.t .............. OK So you can see stuff that's failing to terminate (as I just found while running my test suites ;)) -- Oliver Charles / aCiD2