Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'motivated': 0.05; 'unittest': 0.07; 'python': 0.09; 'command.': 0.09; 'currently,': 0.09; 'cc:addr:python-list': 0.10; 'filename:fname piece:signature': 0.16; 'roy': 0.16; 'unittest,': 0.16; 'wrote:': 0.17; 'tests.': 0.17; 'tests': 0.18; 'mostly': 0.20; 'written': 0.20; 'cc:2**0': 0.23; 'matching': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'tree': 0.27; 'run': 0.28; 'received:192.168.2': 0.34; 'pm,': 0.35; 'but': 0.36; 'useful': 0.36; 'anything': 0.36; 'execute': 0.37; 'does': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'nothing': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'our': 0.65; 'smith': 0.71; 'subject:experience': 0.84; 'those?': 0.84 Date: Mon, 16 Jul 2012 12:54:06 +0200 From: Philipp Hagemeister User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: Roy Smith Subject: Re: Initial nose experience References: In-Reply-To: X-Enigmail-Version: 1.4 OpenPGP: id=FAFB085C Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig20CBE6EB5221489DC0966B56" Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342437661 news.xs4all.nl 6982 [2001:888:2000:d::a6]:42774 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25406 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig20CBE6EB5221489DC0966B56 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/15/2012 08:58 PM, Roy Smith wrote: >> What motivated you to migrate from unittest to nose? > Mostly I was just looking for a better way to run our existing tests. = > We've got a bunch of tests written in standard unittest, but no good wa= y=20 > to start at the top of the tree and run them all with a single command.= Currently, $ python -m unittest does nothing useful (afaik). Would it break anything to look in . , ./test, ./tests for any files matching test_* , and execute those? - Philipp --------------enig20CBE6EB5221489DC0966B56 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEAREKAAYFAlAD8tEACgkQ9eq1gvr7CFwZkACeI5ItZTw3cogMyF0R88p8aTPM DbgAn0KAcoqy5/0UqQPPXF5VZWDrcf0L =r1wp -----END PGP SIGNATURE----- --------------enig20CBE6EB5221489DC0966B56--