This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Robert.Tasarz, r.david.murray, vstinner
Date 2013-04-12.13:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYcsWwLzNGQoysbgLQRtfOXm7ez+wzOwEDgv5H_5DchfQ@mail.gmail.com>
In-reply-to <1365771822.48.0.58266180559.issue17702@psf.upfronthosting.co.za>
Content
> Is there a reason you are not using 'with assertRaises' in the test?

The test is not testing the exception class, but the first argument of
the exception. How do you test that using assertRaises()? Especially
to check "err.args[0] is missing".
History
Date User Action Args
2013-04-12 13:36:23vstinnersetrecipients: + vstinner, r.david.murray, Robert.Tasarz
2013-04-12 13:36:23vstinnerlinkissue17702 messages
2013-04-12 13:36:23vstinnercreate