Commit 09a3d7c7 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent 62682701
......@@ -4,7 +4,7 @@ __doc__ = """
>>> inner_result
['ENTER']
>>> 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
['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