From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Rose Newsgroups: gmane.emacs.devel Subject: Re: testing framework and package.el Date: Tue, 28 Sep 2010 01:42:54 +0200 Message-ID: <877hi6da81.fsf@gmx.de> References: <87tyladfnf.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285631000 7434 80.91.229.12 (27 Sep 2010 23:43:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 23:43:20 +0000 (UTC) Cc: emacs-devel Mailinglist To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 28 01:43:19 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 1P0NLp-0006A3-Br for ged-emacs-devel@m.gmane.org; Tue, 28 Sep 2010 01:43:17 +0200 Original-Received: from localhost ([127.0.0.1]:49383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0NLo-0003OH-Lb for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 19:43:16 -0400 Original-Received: from [140.186.70.92] (port=40464 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0NLi-0003Nm-BW for emacs-devel@gnu.org; Mon, 27 Sep 2010 19:43:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0NLh-0001ZY-Mc for emacs-devel@gnu.org; Mon, 27 Sep 2010 19:43:10 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:45652 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P0NLh-0001ZL-8X for emacs-devel@gnu.org; Mon, 27 Sep 2010 19:43:09 -0400 Original-Received: (qmail invoked by alias); 27 Sep 2010 23:43:04 -0000 Original-Received: from unknown (EHLO beteigeuze.gmx.de) [212.23.105.226] by mail.gmx.net (mp046) with SMTP; 28 Sep 2010 01:43:04 +0200 X-Authenticated: #8529601 X-Provags-ID: V01U2FsdGVkX182Da4jhyk2sSRwlSPnEfS1MPXKt3OnI2AzcCzJCh cY4tGjbCIYcY7b In-Reply-To: (Stefan Monnier's message of "Tue, 28 Sep 2010 00:57:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 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:131040 Archived-At: Stefan Monnier writes: >> is there a chance to get a testing framework on elpa.gnu.org on the >> short run? >> Ert [1] is used in nxhtml, simple to use and documented. > > IIRC we've agreed to try and install ERT, either on elpa or in Emacs > itself, and then try and move the few tests we already have > scattered about to use ERT. But I haven't heard much about it recently. > > > Stefan I'll go with ERT then. I did already ;) The most important fact with tests is, that they are gathered and written down somewhere. One could switch the framework at any time. Sebastian