set IGNORE_EXCEPTION_DETAIL on MyException test
Test is failing on Python 3 because output is: builtin_type_inheritance_T608.MyException: 3 on py3, but MyException: 3 on py2
Showing
Please register or sign in to comment
Test is failing on Python 3 because output is: builtin_type_inheritance_T608.MyException: 3 on py3, but MyException: 3 on py2