##// END OF EJS Templates
don't pass Exceptions directly to utils.warn.foo...
don't pass Exceptions directly to utils.warn.foo Since we can have Exceptions with unicode messages, '%s' % e will fail if e's message is non-ascii. Make sure that str(e) will succeed, else pass e.message directly.
MinRK -
r4855:fc848616
Show More
Name Size Modified Last Commit Author
/ IPython / testing
plugin
tests
__init__.py Loading ...
_paramtestpy2.py Loading ...
_paramtestpy3.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
iptest.py Loading ...
ipunittest.py Loading ...
mkdoctests.py Loading ...
nosepatch.py Loading ...
skipdoctest.py Loading ...
tools.py Loading ...