testing-cabal / unittest-ext

Automatically exported from code.google.com/p/unittest-ext
2 stars 2 forks source link

Failed module loading loses traceback #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Failed module loading during discovery loses the traceback because 
"_make_failed_test" does "raise exception". If it raised the exc_info instead 
it would preserve the original traceback.

Original issue reported on code.google.com by fuzzyman on 14 Aug 2010 at 8:48

GoogleCodeExporter commented 9 years ago
Fixed and backported

Original comment by robert.c...@gmail.com on 5 Nov 2014 at 8:11