From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [Dev] Org-mode Test Framework Date: Wed, 06 Oct 2010 00:42:23 -0400 Message-ID: <4606.1286340143@gamaville.dokosmarshall.org> References: <87d3ro9f09.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=58690 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Lrc-0005wn-Lb for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 00:44:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Lpw-00086l-MI for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 00:42:41 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:48857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Lpw-00086c-Hq for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 00:42:40 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L9U00JVFQENNR70@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 23:42:28 -0500 (CDT) In-reply-to: Message from "Eric Schulte" of "Tue, 05 Oct 2010 21:28:06 MDT." <87d3ro9f09.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: nicholas.dokos@hp.com, Org Mode Eric Schulte wrote: > A test framework based on ert [1] is now included in the testing > directory of the org-mode repository. Directions for use are included > in testing/README.org. > > This is based on work by Sebastian Rose and myself. > > Enjoy -- Eric > > Footnotes: > [1] http://github.com/ohler/ert > Thanks to both of you for doing this! A couple of small things for the README: o I needed to add the testing directory to my load-path. Without it, org-test-load barfed in the (require 'org-test-ob-consts) when loading testing/lisp/test-ob-exp.el. o I needed to create testing/contrib/lisp by hand. Again, org-test-load complained without it. Should that be part of the repository? Thanks, Nick