Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news-transit.tcx.org.uk!rt.uk.eu.org!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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'function,': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:()': 0.09; 'am,': 0.12; 'briefly,': 0.16; 'looked': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.22; 'tests.': 0.23; 'tests': 0.25; 'writes:': 0.25; "i'm": 0.26; 'example': 0.29; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'rules': 0.34; 'to:addr:python-list': 0.34; 'filter': 0.34; 'too': 0.34; 'certain': 0.34; 'anything': 0.34; 'doc': 0.34; 'test': 0.35; 'regular': 0.35; 'but': 0.37; 'run': 0.37; 'another': 0.37; 'could': 0.37; 'using': 0.38; 'thomas': 0.38; 'received:org': 0.38; "i'd": 0.39; 'received:de': 0.39; 'files': 0.39; 'to:addr:python.org': 0.40; 'subject: / ': 0.63; 'subject:. ': 0.65; 'loose': 0.67; 'exclude': 0.77; '12:27': 0.84; 'from.': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: Re: unittest. customizing tstloaders / discover() Date: Mon, 12 Dec 2011 02:32:14 +0100 References: <87y5uiu1t4.fsf@jubold.box> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Lightning/1.0b2 "" In-Reply-To: <87y5uiu1t4.fsf@jubold.box> 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323653551 news.xs4all.nl 6979 [2001:888:2000:d::a6]:34659 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17001 On 12/12/2011 12:27 AM, Thomas Bach wrote: > Gelonida N writes: > >> I'd like to use regular expresions as include / exclude rules >> and I would like to have another filter function, which would check for >> the existence of certain metavariabels in test suite files > > Did you have a look at nose? I'm using it and it supports > include/exclude rules via RE and lets you select directories to run > tests from. > > I'm not sure about the meta-variable thing, but it supports plug ins > that could do the trick… > I looked at nose very briefly, but too short to form a real opinion and to understand whether nose would have any negative impact on existing unit tests. Do I loose anything if using nose. or example can all unit tests / doc tests still be run from nose?