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

Skip Montanaro skip at pobox.com
Tue Aug 26 04:55:03 EDT 2014


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 suspect my problem is due to lack of support for the assert
statement by unittest. I'll just go back to nose1 for now.

Skip



More information about the Python-list mailing list