• Tim Peters's avatar
    It appears that unittest was changed to stop hoarding raw exception data, · 2d84f2c9
    Tim Peters authored
    saving instead a traceback string, but test_support's run_unittest was
    still peeking into unittest internals and trying to pick apart unittest's
    errors and failures vectors as if they contained exc_info() tuples instead
    of strings.
    Whatever, when a unittest-based test failed, test_support blew up.  I'm
    not sure this is the right way to fix it; it simply gets me unstuck.
    2d84f2c9
test_support.py 4.08 KB