From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Testing code Date: Mon, 27 Sep 2010 15:11:45 +0200 Message-ID: <87pqvzfi0e.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40282 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0DUs-0002Bn-56 for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 09:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0DUm-0005tX-8l for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 09:11:58 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:42223 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P0DUm-0005t7-1T for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 09:11:52 -0400 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: Emacs-orgmode mailing list Hi, I'd like to write a few simple tests for the modified hex-decoding functions I wrote for org-protocol.el. These functions and the patch is easier to understand and maintain if there are some simple tests, I guess. Could we have a short introduction in writing tests on Worg (or is it there)? Tehom wrote something below testing/html/ ... Sebastian