Martin Panter added the comment:

Regarding wrong error messages, I’ve learnt the hard way that it is often best 
to use assertRaisesRegex() instead of assertRaises(), to ensure that the actual 
exception you have in mind is being triggered, rather than a typo or something. 
Though that might upset your assertSyntaxErrors() helper.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24965>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to