Commit c4812fdb authored by Denis Bilenko's avatar Denis Bilenko

test__exc_info.py: more detailed assertion message

parent 4558f2c5
......@@ -39,7 +39,7 @@ class Test(greentest.TestCase):
self.hook_stderr()
gevent.sleep(0.1)
self.assert_stderr_traceback(expected_error)
assert sys.exc_info() == (None, None, None)
assert sys.exc_info() == (None, None, None), sys.exc_info()
if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment