Commit 63e2e691 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent 6595d8d1
...@@ -4,7 +4,7 @@ __doc__ = """ ...@@ -4,7 +4,7 @@ __doc__ = """
>>> inner_result >>> inner_result
['ENTER'] ['ENTER']
>>> result # doctest: +ELLIPSIS >>> result # doctest: +ELLIPSIS
['ENTER', "EXIT (<type 'exceptions.ValueError'>, ValueError('TEST',), <traceback object at ...)"] ['ENTER', "EXIT (<type...ValueError'>, ValueError('TEST',), <traceback object at ...)"]
>>> inner_result_no_exc >>> inner_result_no_exc
['ENTER'] ['ENTER']
......
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