Comment 1 for bug 1188420

Revision history for this message
Robert Collins (lifeless) wrote : Re: useFixture hides the trace when the fixture throws an AssertionError on setUp

I breakpointed _count_relevant_tb_levels which interestingly is only hit from the failing case.

The issue is that self.useFixture shows up as a unittest method - which arguably it isn't. But we should show one more frame than we do. -> off by one error?