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 pablogsal
Recipients jonathan.huot, pablogsal, xtreak
Date 2018-11-13.03:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542079235.11.0.788709270274.issue31541@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Karthikeyan: This is is the expected behaviour. The moment you use a mock, any implementation details are lost unless you use wraps or similar to also transfer the call to the/a real object.
History
Date User Action Args
2018-11-13 03:20:35pablogsalsetrecipients: + pablogsal, jonathan.huot, xtreak
2018-11-13 03:20:35pablogsalsetmessageid: <1542079235.11.0.788709270274.issue31541@psf.upfronthosting.co.za>
2018-11-13 03:20:35pablogsallinkissue31541 messages
2018-11-13 03:20:34pablogsalcreate