Message250531
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. |
|
Date |
User |
Action |
Args |
2015-09-12 21:24:24 | martin.panter | set | recipients:
+ martin.panter, barry, eric.smith, python-dev, yselivanov, JelleZijlstra |
2015-09-12 21:24:24 | martin.panter | set | messageid: <1442093064.7.0.292227024023.issue24965@psf.upfronthosting.co.za> |
2015-09-12 21:24:24 | martin.panter | link | issue24965 messages |
2015-09-12 21:24:24 | martin.panter | create | |
|