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 serhiy.storchaka
Recipients Julian, Yaroslav.Halchenko, abingham, bfroehle, borja.ruiz, brian.curtin, chris.jerdonek, eric.araujo, eric.snow, exarkun, ezio.melotti, fperez, hpk, kynan, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray, santoso.wijaya, serhiy.storchaka, spiv
Date 2013-01-18.21:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358543959.11.0.11356283204.issue16997@psf.upfronthosting.co.za>
In-reply-to
Content
+1. I was going to suggest something similar for displaying the 
I was going to suggest something similar to display the clarification message in case of a fail:

    for arg, expected in [(...),...]:
        with self.somegoodname(msg="arg=%s"%arg):
            self.assertEqual(foo(arg), expected)

But your idea is even better.
History
Date User Action Args
2013-01-18 21:19:19serhiy.storchakasetrecipients: + serhiy.storchaka, spiv, exarkun, ncoghlan, pitrou, ezio.melotti, eric.araujo, r.david.murray, michael.foord, brian.curtin, hpk, fperez, chris.jerdonek, Yaroslav.Halchenko, santoso.wijaya, nchauvat, kynan, Julian, abingham, eric.snow, borja.ruiz, bfroehle
2013-01-18 21:19:19serhiy.storchakasetmessageid: <1358543959.11.0.11356283204.issue16997@psf.upfronthosting.co.za>
2013-01-18 21:19:19serhiy.storchakalinkissue16997 messages
2013-01-18 21:19:18serhiy.storchakacreate