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 ezio.melotti
Recipients ezio.melotti, kcwu, loewis, mgiuca, sandberg
Date 2009-11-19.16:42:47
SpamBayes Score 0.01333598
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
assertTrue() also accepts a 'msg' argument where to explain what went
wrong in case of failure [1].

[1]:
http://docs.python.org/library/unittest.html#unittest.TestCase.assertTrue
History
Date User Action Args
2009-11-19 16:42:49ezio.melottisetrecipients: + ezio.melotti, loewis, kcwu, mgiuca, sandberg
2009-11-19 16:42:49ezio.melottisetmessageid: <[email protected]>
2009-11-19 16:42:47ezio.melottilinkissue5827 messages
2009-11-19 16:42:47ezio.melotticreate