]> granicus.if.org Git - python/commit
It appears that unittest was changed to stop hoarding raw exception data,
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Sep 2001 03:37:56 +0000 (03:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Sep 2001 03:37:56 +0000 (03:37 +0000)
commit2d84f2c95a59b815ef6864805bb6b04b79d0e106
tree4d12ecda2d92d52c6c1e87c01798477b3d49b4a5
parentb07352e8b7c4e48527fbe0b57aae295dd15c1bfd
It appears that unittest was changed to stop hoarding raw exception data,
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.
Lib/test/test_support.py