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 mjpieters
Recipients mjpieters
Date 2018-05-15.11:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526384892.72.0.682650639539.issue33516@psf.upfronthosting.co.za>
In-reply-to
Content
I notice that __trunc__, __floor__ and __ceil__ are supported methods for MagicMock, but __round__ (in the same grouping of numeric types emulation methods, see https://docs.python.org/3/reference/datamodel.html#object.__round__), is not.

Please add this to the mapping too.
History
Date User Action Args
2018-05-15 11:48:12mjpieterssetrecipients: + mjpieters
2018-05-15 11:48:12mjpieterssetmessageid: <1526384892.72.0.682650639539.issue33516@psf.upfronthosting.co.za>
2018-05-15 11:48:12mjpieterslinkissue33516 messages
2018-05-15 11:48:12mjpieterscreate