[RFC PATCH] test: add devel/test-in-docker.sh
[notmuch-archives.git] / ee / b06a7d271d1ce4da86e17e391746ad5a95741f
1 Return-Path: <dme@dme.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 6F8F2431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 10:39:26 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 9jOzW9jvPw9D for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 10:39:25 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id ADAF5431FAF\r
21         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 10:39:25 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so2719751wib.26\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 10:39:24 -0800 (PST)\r
24 Received: by 10.180.93.193 with SMTP id cw1mr22349946wib.5.1326739164413;\r
25         Mon, 16 Jan 2012 10:39:24 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id fq7sm23349833wbb.1.2012.01.16.10.39.22\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 16 Jan 2012 10:39:23 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 2ACEBA0397; Mon, 16 Jan 2012 18:39:21 +0000 (GMT)\r
33 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>,\r
34         notmuch <notmuch@notmuchmail.org>\r
35 Subject: Re: [PATCH 2/2] test: Add tests for\r
36  `notmuch-show-test-clean-address'.\r
37 In-Reply-To: <87k44r8s0a.fsf@gmail.com>\r
38 References: <1326732453-23377-1-git-send-email-dme@dme.org>\r
39         <1326732453-23377-2-git-send-email-dme@dme.org>\r
40         <87k44r8s0a.fsf@gmail.com>\r
41 User-Agent: Notmuch/0.11+64~g42e8f66 (http://notmuchmail.org) Emacs/24.0.92.1\r
42         (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 Date: Mon, 16 Jan 2012 18:39:14 +0000\r
45 Message-ID: <cund3ajsd9p.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 16 Jan 2012 18:39:26 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Mon, 16 Jan 2012 21:41:09 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmai=\r
68 l.com> wrote:\r
69 > On Mon, 16 Jan 2012 16:47:33 +0000, David Edmondson <dme@dme.org> wrote:\r
70 > > ---\r
71 > >=20\r
72 > > Add three tests. The third one currently fails.\r
73 > >=20\r
74 >=20\r
75 > I do not like that we add testing code to emacs/ folder.  My\r
76 > understanding is that files in emacs/ are all intended to be installed\r
77 > on the system.  But tests should not be.  Can we move this file to\r
78 > tests/?\r
79 >=20\r
80 > Also, one file for all tests is a mess.  Let's write more smaller files\r
81 > that test different features instead of putting everything to one\r
82 > bloated file.  Like we do for other tests now.\r
83 >=20\r
84 > I like the idea of putting elisp testing code into .el files and calling\r
85 > functions from regular tests (that is why I added test-lib.el).  For\r
86 > tests implemented in elisp, I propose adding a pair of files, e.g.:\r
87 >=20\r
88 >   tests/emacs-address.sh - tests that call elisp functions\r
89 >   tests/emacs-address.el - elisp code that actually implements the tests\r
90 >=20\r
91 > What do you think?\r
92 \r
93 All good suggestions - I'll re-whack it.\r
94 \r
95 --=-=-=\r
96 Content-Type: application/pgp-signature\r
97 \r
98 -----BEGIN PGP SIGNATURE-----\r
99 Version: GnuPG v1.4.11 (GNU/Linux)\r
100 \r
101 iEYEARECAAYFAk8UbtIACgkQaezQq/BJZRbEqQCfZma2HInICfzrIK7rX63JCvPN\r
102 U28An2HBNqyYuBcfyPHuCE/MvoNSwT1h\r
103 =m6o2\r
104 -----END PGP SIGNATURE-----\r
105 --=-=-=--\r