[wingide-users] Testing Tools: Exceptions in test cases
Pete
pfein at pobox.com
Mon Nov 3 10:20:26 MST 2008
On Nov 3, 2008, at 11:11 AM, Wingware Support wrote:
> Michael Foord wrote:
>> My tests (unittest based) inherit from a custom TestCase class.
>> This defines a lot of convenience assert methods. If the failure is
>> raised by one of these assert methods then double clicking on the
>> failure in the testing tool takes me to the error line in my
>> TestCase class rather than the failing test. I then have to hunt
>> through the stacktrace to find the right place to click that will
>> take me to the failing test line.
>
> Yes, there should be a way to tell the testing tool to not display
> certain stack frames. We'll try to add this in the future.
IIRC, I've seen this sort of problem with nose-based tests as well.
More information about the wingide-users
mailing list