From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: unit test framework Date: Thu, 18 Mar 2010 10:22:42 -0400 Message-ID: References: <20100318.163911.560917315840337376.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268922792 27019 80.91.229.12 (18 Mar 2010 14:33:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Mar 2010 14:33:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Masatake YAMATO Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 18 15:33:07 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 1NsGmY-0003NU-Vq for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 15:33:07 +0100 Original-Received: from localhost ([127.0.0.1]:59896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsGmW-0000EG-7A for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 10:33:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsGca-0004Vs-Sf for emacs-devel@gnu.org; Thu, 18 Mar 2010 10:22:48 -0400 Original-Received: from [140.186.70.92] (port=34965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsGcY-0004TL-SE for emacs-devel@gnu.org; Thu, 18 Mar 2010 10:22:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NsGcX-0003VJ-AM for emacs-devel@gnu.org; Thu, 18 Mar 2010 10:22:46 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:65159 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NsGcX-0003V8-6O for emacs-devel@gnu.org; Thu, 18 Mar 2010 10:22:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAF/UoUtFpZMX/2dsb2JhbACbLHS5f4R5BIsb X-IronPort-AV: E=Sophos;i="4.51,267,1267419600"; d="scan'208";a="58539025" Original-Received: from 69-165-147-23.dsl.teksavvy.com (HELO pastel.home) ([69.165.147.23]) by ironport2-out.pppoe.ca with ESMTP; 18 Mar 2010 10:22:43 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C1ADC7FF4; Thu, 18 Mar 2010 10:22:42 -0400 (EDT) In-Reply-To: <20100318.163911.560917315840337376.yamato@redhat.com> (Masatake YAMATO's message of "Thu, 18 Mar 2010 16:39:11 +0900 (JST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) 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:122163 Archived-At: > Do you have a plan to include an elisp library for unit > testing in Emacs-24? It's not in the current plan, but I'm in favor of adding such a thing, yes. I simply don't have the time and energy to delve much into it. > I've tried some and I'm using ert.el written by Christian M. Ohler. > http://github.com/masatake/ert/blob/master/ert.el If other people can chime in on the various options and form a consensus, that would be wonderful. Stefan PS: One thing for which I'd like to be able to use such a test framework, is to link tests<->bug numbers<->commits.