From mboxrd@z Thu Jan 1 00:00:00 1970 From: George M Jones Subject: How to add a test? Date: Sun, 28 Feb 2016 06:28:43 -0500 Message-ID: <87r3fxnkes.fsf@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZzWt-0003Bt-Lb for emacs-orgmode@gnu.org; Sun, 28 Feb 2016 06:28:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZzWo-0004Tv-M3 for emacs-orgmode@gnu.org; Sun, 28 Feb 2016 06:28:51 -0500 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:33470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZzWo-0004Tr-HC for emacs-orgmode@gnu.org; Sun, 28 Feb 2016 06:28:46 -0500 Received: by mail-qg0-x22a.google.com with SMTP id d32so41157505qgd.0 for ; Sun, 28 Feb 2016 03:28:46 -0800 (PST) Received: from octo.gmail.com (c-71-63-10-138.hsd1.va.comcast.net. [71.63.10.138]) by smtp.gmail.com with ESMTPSA id c191sm8823210qhc.12.2016.02.28.03.28.44 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 28 Feb 2016 03:28:45 -0800 (PST) In-Reply-To: (emacs-orgmode-request's message of "Fri, 26 Feb 2016 12:00:36 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org What's the process for adding a test (specifically to babel)? The only part that looks non-obvious is how to generate the test ID, e.g. in ob-shell-test.org: * Associative array tests (simple map) :PROPERTIES: :ID: bec1a5b0-4619-4450-a8c0-2a746b44bf8d :END: >From there it looks like you just add to the correct file in org-mode/testing/examples/*.org and the corresponding /org-mode/testing/lisp/test-*.el file. Am I missing anything? I'll add to the README or docs unless it's already there. Thanks, ---George Jones