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: Tue, 23 Mar 2010 10:15:43 +0000 Message-ID: <87mxxz2vjk.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 1269339533 29394 80.91.229.12 (23 Mar 2010 10:18:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Mar 2010 10:18:53 +0000 (UTC) Cc: Nikolaj Schumacher , web@shellarchive.co.uk, Masatake YAMATO , ohler+emacs@fastmail.net, emacs-devel@gnu.org, rubikitch , Stefan Monnier , Phil Hagelberg To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 23 11:18:48 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 1Nu1CB-0008Au-Pq for ged-emacs-devel@m.gmane.org; Tue, 23 Mar 2010 11:18:48 +0100 Original-Received: from localhost ([127.0.0.1]:56643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu1CA-0007ri-Qo for ged-emacs-devel@m.gmane.org; Tue, 23 Mar 2010 06:18:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nu19Q-0006ZA-VX for emacs-devel@gnu.org; Tue, 23 Mar 2010 06:15:57 -0400 Original-Received: from [140.186.70.92] (port=56267 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu19O-0006Y5-RN for emacs-devel@gnu.org; Tue, 23 Mar 2010 06:15:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nu19L-0006B8-RP for emacs-devel@gnu.org; Tue, 23 Mar 2010 06:15:54 -0400 Original-Received: from mail-fx0-f213.google.com ([209.85.220.213]:62893) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nu19L-0006B0-Mr for emacs-devel@gnu.org; Tue, 23 Mar 2010 06:15:51 -0400 Original-Received: by fxm5 with SMTP id 5so2508739fxm.9 for ; Tue, 23 Mar 2010 03:15:49 -0700 (PDT) Original-Received: by 10.87.58.1 with SMTP id l1mr7598229fgk.75.1269339348007; Tue, 23 Mar 2010 03:15:48 -0700 (PDT) Original-Received: from home-desktop.shellarchive.co.uk (241.28.187.81.in-addr.arpa [81.187.28.241]) by mx.google.com with ESMTPS id e20sm273012fga.26.2010.03.23.03.15.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Mar 2010 03:15:47 -0700 (PDT) In-Reply-To: User-Agent: Wanderlust/2.15.7 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (i686-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:122538 Archived-At: At Thu, 18 Mar 2010 15:56:51 +0100, Lennart Borgman wrote: >>> Do you have a plan to include an elisp library for unit >>> testing in Emacs-24? > I asked long ago for a comparision on EmacsWiki: > > http://www.emacswiki.org/cgi-bin/wiki/UnitTesting > > However there have not been any interest in that. If have cc:ed the > unit test framework authors, maybe they want to say something. > > I am not sure which of them have signed papers: > > ert: Christian Ohler > elunit: Phil Hagelberg > elk-test: Nikolaj Schumacher > etest: Phil Jackson > el-mock: rubikitch I wrote etest: http://www.shellarchive.co.uk/content/etest.html http://www.flickr.com/photos/phil-jackson/2702854411/ I've signed the papers, would be happy for its inclusion but have to admit I've not done much of a comparison with the other tools. Cheers, Phil