From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philip Jackson Newsgroups: gmane.emacs.devel Subject: Re: unit test framework Date: Sun, 27 Jun 2010 19:50:37 +0100 Message-ID: <87d3vcs41u.wl%phil@shellarchive.co.uk> References: <20100318.163911.560917315840337376.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1277664658 10786 80.91.229.12 (27 Jun 2010 18:50:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Jun 2010 18:50:58 +0000 (UTC) Cc: Masatake YAMATO , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 27 20:50:56 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 1OSwwN-0001to-DC for ged-emacs-devel@m.gmane.org; Sun, 27 Jun 2010 20:50:51 +0200 Original-Received: from localhost ([127.0.0.1]:44667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSwwM-0006Ua-Ky for ged-emacs-devel@m.gmane.org; Sun, 27 Jun 2010 14:50:50 -0400 Original-Received: from [140.186.70.92] (port=47918 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSwwG-0006UV-Bw for emacs-devel@gnu.org; Sun, 27 Jun 2010 14:50:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSwwE-0000n8-BN for emacs-devel@gnu.org; Sun, 27 Jun 2010 14:50:44 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:55793) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSwwE-0000mz-73 for emacs-devel@gnu.org; Sun, 27 Jun 2010 14:50:42 -0400 Original-Received: by wyb39 with SMTP id 39so2910478wyb.0 for ; Sun, 27 Jun 2010 11:50:40 -0700 (PDT) Original-Received: by 10.216.88.4 with SMTP id z4mr2824277wee.107.1277664639947; Sun, 27 Jun 2010 11:50:39 -0700 (PDT) Original-Received: from phil-desktop.shellarchive.co.uk (241.28.187.81.in-addr.arpa [81.187.28.241]) by mx.google.com with ESMTPS id n52sm1759052wee.31.2010.06.27.11.50.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 27 Jun 2010 11:50:39 -0700 (PDT) In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126466 Archived-At: At Thu, 18 Mar 2010 10:22:42 -0400, Stefan Monnier wrote: > > > 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. It looks like ert has the most support. How about running with it? Cheers, Phil