Commit e53e5b09 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #1483 from minrk/myexception-failure

set IGNORE_EXCEPTION_DETAIL on MyException test
parents 605b784e a950f1a7
...@@ -117,7 +117,7 @@ cdef class MyDict(dict): ...@@ -117,7 +117,7 @@ cdef class MyDict(dict):
cdef class MyException(Exception): cdef class MyException(Exception):
""" """
>>> raise MyException(3) >>> raise MyException(3) # doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last): Traceback (most recent call last):
... ...
MyException: 3 MyException: 3
......
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