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


Groups > comp.lang.python > #76994 > unrolled thread

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

Started bySkip Montanaro <skip@pobox.com>
First post2014-08-25 13:13 -0500
Last post2014-08-25 13:13 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#76994 — Switching from nose to unittest2 - how to continue after an error?

FromSkip Montanaro <skip@pobox.com>
Date2014-08-25 13:13 -0500
SubjectSwitching from nose to unittest2 - how to continue after an error?
Message-ID<mailman.13424.1408990393.18130.python-list@python.org>
It appears that unittest in Python 2.7 should be capable enough that I
can abandon nose in favor of python -m unittest. How do I get it to
continue past the first failure? The --help output indicates that a -f
flag causes it to "fail fast", however, that appears to be the
default. How do I get it to continue after the first failure? FWIW, I
am using something slightly newer than Python 2.7.5 (built from source
sometime before 2.7.6 was released).

Thx,

Skip

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web