From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Ohler Newsgroups: gmane.emacs.devel Subject: Re: testing framework and package.el Date: Tue, 05 Oct 2010 12:59:14 +0930 Message-ID: <4CAA9B8A.9060307@fastmail.net> References: <87tyladfnf.fsf@gmx.de> <4CA5DBA2.4050102@fastmail.net> <20101004.220209.141994890934350431.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286249371 31577 80.91.229.12 (5 Oct 2010 03:29:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 03:29:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Masatake YAMATO Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 05 05:29:29 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2yDZ-0003Er-4l for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 05:29:29 +0200 Original-Received: from localhost ([127.0.0.1]:55096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2yDY-0000Ef-C4 for ged-emacs-devel@m.gmane.org; Mon, 04 Oct 2010 23:29:28 -0400 Original-Received: from [140.186.70.92] (port=33129 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2yDR-0000EX-Mu for emacs-devel@gnu.org; Mon, 04 Oct 2010 23:29:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2yDQ-0001Go-3d for emacs-devel@gnu.org; Mon, 04 Oct 2010 23:29:21 -0400 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]:58692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2yDP-0001Gj-W1 for emacs-devel@gnu.org; Mon, 04 Oct 2010 23:29:20 -0400 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 4733667B; Mon, 4 Oct 2010 23:29:19 -0400 (EDT) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 04 Oct 2010 23:29:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=txH/M2OOs4Soeqx7F8lU88Ga0Uo=; b=RNlg8j+rvuDQRbIeGdCx07WtU+6vopyGBx138g7GuQo8Re+ECbpw4hmdqGUJaW9pzm/q1M8h+xUYCXukRpgnc8B57hd9owty7KnmzAuGJkCii4XzN9ogTSNRRy4YNIR/1nJj7t7vehrGjaOFxKtH0PbOmcSX162wHo7I1U7zr/w= X-Sasl-enc: E7Vlr3nIGqyimXJZdFbueHYOXKRaPQHlVbWabbxESp0q 1286249358 Original-Received: from ohler-macbookpro.local (17.8.70.115.static.exetel.com.au [115.70.8.17]) by mail.messagingengine.com (Postfix) with ESMTPSA id D885C5E7FF9; Mon, 4 Oct 2010 23:29:17 -0400 (EDT) In-Reply-To: <20101004.220209.141994890934350431.yamato@redhat.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131347 Archived-At: On 4/10/10 22:32, Masatake YAMATO wrote: > I read the manual and I've had three small comments. > 1. When explaining about the name of test, the read may want > to know how the name is used in ert. My understanding is > it can be used to select the tests to run. > > 2. I would like to know the difference between `Failed' and `unexpected'. > > 3. I would like to see the example of `should-error'. Thanks for your feedback. I expanded the manual to explain these things. See http://github.com/ohler/ert/commit/908d834a08ae4b16bb7efc4318cb81df955649db for the changes that I made. Christian.