From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hackney Newsgroups: gmane.emacs.devel Subject: Re: call for more ert tests Date: Tue, 25 Jun 2013 22:15:34 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372198559 29869 80.91.229.3 (25 Jun 2013 22:15:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 22:15:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 26 00:16:00 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UrbWp-0004X5-JI for ged-emacs-devel@m.gmane.org; Wed, 26 Jun 2013 00:15:59 +0200 Original-Received: from localhost ([::1]:44197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrbWp-00054p-4R for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 18:15:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrbWm-00054e-Dm for emacs-devel@gnu.org; Tue, 25 Jun 2013 18:15:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrbWj-0005Vu-K2 for emacs-devel@gnu.org; Tue, 25 Jun 2013 18:15:55 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrbWj-0005VP-CC for emacs-devel@gnu.org; Tue, 25 Jun 2013 18:15:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UrbWg-0004Os-Rh for emacs-devel@gnu.org; Wed, 26 Jun 2013 00:15:50 +0200 Original-Received: from 128.148.231.12 ([128.148.231.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jun 2013 00:15:50 +0200 Original-Received: from dan by 128.148.231.12 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jun 2013 00:15:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 6 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 128.148.231.12 (Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161061 Archived-At: Glenn Morris gnu.org> writes: > For example, package.el seems like something that should have a test > suite. Funny you should mention package.el. My big refactoring of package.el comes with a whole pile of ERT-based tests!