From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: unit test framework Date: Thu, 18 Mar 2010 16:39:11 +0900 (JST) Organization: Red Hat Japan, Inc. Message-ID: <20100318.163911.560917315840337376.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1268900519 4463 80.91.229.12 (18 Mar 2010 08:21:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Mar 2010 08:21:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 18 09:21: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 1NsAzL-0004Bp-TO for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 09:21:56 +0100 Original-Received: from localhost ([127.0.0.1]:59147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsAzL-0000R7-4R for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 04:21:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsAHX-00067C-VD for emacs-devel@gnu.org; Thu, 18 Mar 2010 03:36:40 -0400 Original-Received: from [140.186.70.92] (port=56747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsAHQ-00065Y-5E for emacs-devel@gnu.org; Thu, 18 Mar 2010 03:36:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NsAHL-0007Dh-MI for emacs-devel@gnu.org; Thu, 18 Mar 2010 03:36:31 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:20254) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NsAHL-0007DN-Ef for emacs-devel@gnu.org; Thu, 18 Mar 2010 03:36:27 -0400 Original-Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2I7aPiY027273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Mar 2010 03:36:26 -0400 Original-Received: from localhost (beach.nrt.redhat.com [10.64.200.71]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2I7aODo008798 for ; Thu, 18 Mar 2010 03:36:25 -0400 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 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:122140 Archived-At: 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 Masatake YAMATO