From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: unit test framework Date: Thu, 18 Mar 2010 10:07:40 +0000 Organization: University of Cambridge Message-ID: References: <20100318.163911.560917315840337376.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1268907357 27839 80.91.229.12 (18 Mar 2010 10:15:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Mar 2010 10:15:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 18 11:15:53 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 1NsClc-0003fp-6N for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 11:15:52 +0100 Original-Received: from localhost ([127.0.0.1]:51126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsClb-0002hV-4f for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 06:15:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsCgB-00066c-De for emacs-devel@gnu.org; Thu, 18 Mar 2010 06:10:15 -0400 Original-Received: from [140.186.70.92] (port=47336 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsCg9-00062m-5p for emacs-devel@gnu.org; Thu, 18 Mar 2010 06:10:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NsCg3-0006Lx-Lv for emacs-devel@gnu.org; Thu, 18 Mar 2010 06:10:13 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:55583) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NsCg2-0006Lh-VV for emacs-devel@gnu.org; Thu, 18 Mar 2010 06:10:07 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NsCg2-0000y0-5r for emacs-devel@gnu.org; Thu, 18 Mar 2010 11:10:06 +0100 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Mar 2010 11:10:06 +0100 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Mar 2010 11:10:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:L2pML0jo+/lCs2/6xneJvUB4nik= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:122153 Archived-At: On 2010-03-18 09:31 +0000, Lennart Borgman wrote: > On Thu, Mar 18, 2010 at 8:39 AM, Masatake YAMATO wrote: >> Hi, >> >> Do you have a plan to include an elisp library for unit >> testing in Emacs-24? >> >> I've tried some and I'm using ert.el written by Christian M. Ohler. >> >>     http://github.com/masatake/ert/blob/master/ert.el > > > I am using that in nXhtml with some additions to test fontifications > and commands. I have been thinking about using a unit test framework even for my own .emacs which has grown to a few thousand lines. But there are so many of them available and I don't know which one is good. Could you share why you use ert.el? Thanks. Leo