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

Terry Reedy tjreedy at udel.edu
Tue Aug 26 12:58:10 EDT 2014


On 8/26/2014 4:55 AM, Skip Montanaro wrote:
> On Mon, Aug 25, 2014 at 4:47 PM, Terry Reedy <tjreedy at udel.edu> wrote:
>> I know of two ways to collect multiple failures within a test function:
>
> Thanks, but I mean multiple test failures. I fully expect a specific
> test to exit when it hits an assertion failure.

I obviously did not understand your question "How to continue after an 
error?" and still don't.  If you want to be understood, give a snippet 
of code, what happens now, and what you want to happen.

-- 
Terry Jan Reedy




More information about the Python-list mailing list