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 pitrou
Recipients ezio.melotti, michael.foord, pitrou
Date 2013-02-28.13:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362056868.67.0.0840797854713.issue17063@psf.upfronthosting.co.za>
In-reply-to
Content
I still have to do some tuple unpacking myself while assert_* already did it first. It can be tedious and error-prone (especially if there are several arguments to get).

If the assert methods returning something bothers you, how about introducing a new method match_call_with(...)?
History
Date User Action Args
2013-02-28 13:07:48pitrousetrecipients: + pitrou, ezio.melotti, michael.foord
2013-02-28 13:07:48pitrousetmessageid: <1362056868.67.0.0840797854713.issue17063@psf.upfronthosting.co.za>
2013-02-28 13:07:48pitroulinkissue17063 messages
2013-02-28 13:07:48pitroucreate