Commit ed398d7a authored by Stefan Behnel's avatar Stefan Behnel

do not test exception message as it differs between Python versions

parent 7e83fcf7
......@@ -5,9 +5,9 @@ __doc__ = """
3
>>> test( (1,2,3) )
3
>>> testnonsense()
>>> testnonsense() # doctest: +ELLIPSIS
Traceback (most recent call last):
TypeError: 'int' object is not iterable
TypeError: ...
"""
def test1(t):
......
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