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 chris.jerdonek
Recipients Brian.Jones, chris.jerdonek
Date 2012-07-11.03:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341978918.62.0.685001682584.issue15323@psf.upfronthosting.co.za>
In-reply-to
Content
I have a minor suggestion.  I would suggest--

+ msg = ("Expected %s to be called once. Called %s times." %
+        (repr(self._mock_name) or 'mock', self.call_count))

so that one can distinguish between self._mock_name not being defined and self._mock_name being equal to 'mock'.
History
Date User Action Args
2012-07-11 03:55:18chris.jerdoneksetrecipients: + chris.jerdonek, Brian.Jones
2012-07-11 03:55:18chris.jerdoneksetmessageid: <1341978918.62.0.685001682584.issue15323@psf.upfronthosting.co.za>
2012-07-11 03:55:18chris.jerdoneklinkissue15323 messages
2012-07-11 03:55:17chris.jerdonekcreate