From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Adding tests. Date: Sat, 29 Dec 2012 16:02:33 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356814963 18386 80.91.229.3 (29 Dec 2012 21:02:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Dec 2012 21:02:43 +0000 (UTC) Cc: Emacs-Devel devel To: Fabian Ezequiel Gallina Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 29 22:02:59 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tp3YX-0004pY-7c for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2012 22:02:57 +0100 Original-Received: from localhost ([::1]:50221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tp3YI-0006pw-EW for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2012 16:02:42 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tp3YG-0006po-6R for emacs-devel@gnu.org; Sat, 29 Dec 2012 16:02:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tp3YD-0000nm-AZ for emacs-devel@gnu.org; Sat, 29 Dec 2012 16:02:40 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:40320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tp3YD-0000nf-6o for emacs-devel@gnu.org; Sat, 29 Dec 2012 16:02:37 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id qBTL2Yj1008777; Sat, 29 Dec 2012 16:02:34 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id D3004AE038; Sat, 29 Dec 2012 16:02:33 -0500 (EST) In-Reply-To: (Fabian Ezequiel Gallina's message of "Sat, 29 Dec 2012 10:32:25 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4446=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4446> : streams <883101> : uri <1306704> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156005 Archived-At: > Locally I have a test/automated/fixtures folder where I have some > files (completion.py, indentation.py, info.py, etc) which are used by > the test/automated/python.el. > Does this approach look wrong? That looks OK, tho I'm not sure "fixtures" is the best name. It should include "python" or at least "py" in its name. Stefan