Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77058

Re: Switching from nose to unittest2 - how to continue after an error?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:error': 0.03; 'happen.': 0.09; 'snippet': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'reedy': 0.16; 'subject:after': 0.16; 'subject:continue': 0.16; 'sender:addr:gmail.com': 0.17; 'thanks,': 0.17; 'wrote:': 0.18; 'code,': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'necessary.': 0.24; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'subject:?': 0.36; '26,': 0.68
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=cPdGI2eY/lvgiLQE3rZJSzRdtgMCOijeSa1TDHtyqFI=; b=HBNkLJ85zWjUM44BYAyL8DC2kvKJkNjAlSrHlhHvQJVuQ9BGFwmphiYuNIkyQkgcvC 6To1yzq8ipDG+fwIz9yOQfWt6v+OrRZwG+M/T2tVPjF8Yz/XCMIuac/VheLzZE1GR5s7 29tr8K7fI0NS3bmOSWRzjYEOvI2ZS1eM0J0nwdtN+0UIuD6J5V0bN/yWTKIH0ZZ9/0AU TaXG4M0iIqSManRcJUHWn7cHLrLD3W1USkLw5+J7jYOR1sQCo+w+g5bH+dCBpUEIOBkr vDXrR7R4otdA19jyyjHeamZtpXvZ7gpmi3XvcdYjUqYWXD0hfm2MeLJmJuROieqFWSxR licg==
MIME-Version 1.0
X-Received by 10.50.21.3 with SMTP id r3mr22464759ige.13.1409072851491; Tue, 26 Aug 2014 10:07:31 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <ltieb5$2tg$1@ger.gmane.org>
References <CANc-5UwXqeSbzgBQbWXEvJu-3j1bY+RU76Hz0w36_QaGt+RBaA@mail.gmail.com> <ltgatu$j7u$1@ger.gmane.org> <CANc-5Ux1pyyhtbeMDXg+2R4f+-mQQOjTjMrXmVB3MAOWOQELhQ@mail.gmail.com> <ltieb5$2tg$1@ger.gmane.org>
Date Tue, 26 Aug 2014 12:07:31 -0500
X-Google-Sender-Auth ZAAIlqobC2ZK3GcsHWIFgoxuwAE
Subject Re: Switching from nose to unittest2 - how to continue after an error?
From Skip Montanaro <skip@pobox.com>
To Terry Reedy <tjreedy@udel.edu>
Content-Type text/plain; charset=UTF-8
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.13471.1409072855.18130.python-list@python.org> (permalink)
Lines 7
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1409072855 news.xs4all.nl 2937 [2001:888:2000:d::a6]:56224
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:77058

Show key headers only | View raw


On Tue, Aug 26, 2014 at 11:58 AM, Terry Reedy <tjreedy@udel.edu> wrote:
> If you want to be understood, give a snippet of code, what happens now, and
> what you want to happen.

Thanks, but not really necessary. I have retreated into nose-land.

Skip

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Switching from nose to unittest2 - how to continue after an error? Skip Montanaro <skip@pobox.com> - 2014-08-26 12:07 -0500

csiph-web