From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78749 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Gnus ERT tests inside Emacs (was: client certs and CRL lists for GnuTLS) Date: Mon, 09 May 2011 10:30:56 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <878vufgabz.fsf_-_@lifelogs.com> References: <87d3kal0za.fsf@lifelogs.com> <874o5mky4o.fsf@lifelogs.com> <8762ptue8r.fsf@lifelogs.com> <87k4e8ucw3.fsf@lifelogs.com> <87y62nak0m.fsf_-_@lifelogs.com> <87pqnzair7.fsf@lifelogs.com> <87hb9bdz1v.fsf@lifelogs.com> <87vcxk7vt4.fsf@stupidchicken.com> <87y62gb0xq.fsf@lifelogs.com> <8739knx6kj.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1304955331 4993 80.91.229.12 (9 May 2011 15:35:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 15:35:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: ding-owner+M27051@lists.math.uh.edu Mon May 09 17:35:28 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJSUZ-0000yk-FW for ding-account@gmane.org; Mon, 09 May 2011 17:35:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QJSUL-0005Or-L0; Mon, 09 May 2011 10:35:13 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QJSUK-0005Oj-BX for ding@lists.math.uh.edu; Mon, 09 May 2011 10:35:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QJSUF-0000w4-KR for ding@lists.math.uh.edu; Mon, 09 May 2011 10:35:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QJSUE-0000aL-7q for ding@gnus.org; Mon, 09 May 2011 17:35:06 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QJSUC-0000l2-6u for ding@gnus.org; Mon, 09 May 2011 17:35:04 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 May 2011 17:35:04 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 May 2011 17:35:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:m2xnnirKmPm/CkaXDuzRWXZ5hdg= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78749 gmane.emacs.devel:139263 Archived-At: On Mon, 09 May 2011 11:00:12 -0400 Chong Yidong wrote: CY> Ted Zlatanov writes: CY> If you have ERT tests in the Gnus repository, could you arrage for CY> these files to be placed into (or mirrored into) the Emacs CY> repository's test/automated directory? Then they'll be run by CY> "make check", and will show up in the Hydra coverage build. >> >> They are embedded in the gnus/*registry.el files and I'd rather not >> extract them into separate files. Could that work with the Emacs ERT >> tests? CY> What's the rationale for not putting tests in separate files? If it has CY> something to do with the way Gnus is developed, I can live with that, CY> though tests for other part of Emacs should go into test/, instead of CY> following this example. It's more convenient IMO. The ERT manual didn't specify tests had to be separate, either. For Gnus we have my tests internalized and some other tests external... I hope we're not forced to use just one style if there's no technical reason for it. CY> As for Gnus, please add a file test/automated/gnus-tests.el, and have it CY> (require 'gnus-registry) and any other Gnus files that contain ERT CY> tests. Then `make check' will be able to find those tests. I'll do mine but am not sure if the other Gnus tests (which David Engster wrote IIRC) will work with the Emacs ERT run. David, WDYT? Do you have anything that only works inside Gnus? Ted