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 michael.foord
Recipients kushal.das, michael.foord
Date 2014-04-15.15:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397576264.51.0.66624016785.issue21222@psf.upfronthosting.co.za>
In-reply-to
Content
You can use kwargs.pop instead of the two step fetch and delete. 

For the test, could you add an assert that the name is used. Can you add an extra underscore to the method name, to make it: test_create_autospec_with_name
History
Date User Action Args
2014-04-15 15:37:44michael.foordsetrecipients: + michael.foord, kushal.das
2014-04-15 15:37:44michael.foordsetmessageid: <1397576264.51.0.66624016785.issue21222@psf.upfronthosting.co.za>
2014-04-15 15:37:44michael.foordlinkissue21222 messages
2014-04-15 15:37:44michael.foordcreate