If I have a test class with a setUp(), test*() function(s) and a
tearDown(), is it true that if some operation in a test*() function
causes a segfault, tearDown() won't get run?

If this is true, what is the advise for writing/structuring tests that
are testing, say, a library (through python bindings to such a library)
that is in development and as such could segfault?

Cheers,
b.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to