Path: csiph.com!usenet.pasdenom.info!aioe.org!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'implements': 0.07; 'tests,': 0.07; 'cc:addr:python-list': 0.10; 'somehow,': 0.16; 'to:addr:web.de': 0.16; 'thanks,': 0.18; 'tests': 0.18; 'received :mail-bk0-f46.google.com': 0.22; 'runs': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'received:209.85.214.46': 0.27; 'message-id:@mail.gmail.com': 0.27; 'end,': 0.29; 'goes': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'but': 0.36; 'possible': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'shows': 0.38; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'think': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nLXLpwZ4P8oHtQ+RGrXDxRsCacqgBdb2ZITstIeKYSE=; b=wymW3s2YjPYHh7Ffkvdyzd7/CdXcFsRq7YlCDGG9l8kY7025wf0rKQhsk6oOfBumsD A0jWYTQQ2TOnC/ieRsQAFfPWKgAZ9xSpG8YVLYq67zddbxP4ZYJ+PaPCMbBA+QB1XRnt Waw8NqU8VAJvHwRuSOAgXYZAQXYCN6M6rU8P6lbXbWNyRs58kyu68276BNkRSseBqlHF ZnWuBTWhz7zEhOZfv9M8fDPxLcg09+yHKkZfOXjhakCxd2pJta5a5wXj0Ofexb+eedPe ws1A4s1VuMRBwpimng5Ulec07oewlWFs5iwfyHib1z3ROxTE+HMyyPYWTJLN5ZtI1pse dtOg== MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 16 Jul 2012 17:38:07 +0100 Subject: Re: assertraises behaviour From: andrea crotti To: Peter Otten <__peter__@web.de> Content-Type: text/plain; charset=ISO-8859-1 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: 4 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342456694 news.xs4all.nl 6906 [2001:888:2000:d::a6]:35432 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25425 Good thanks, but there is something that implements this behaviour.. For example nose runs all the tests, and if there are failures it goes on and shows the failed tests only in the end, so I think it is possible to achieve somehow, is that correct?