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 michael.foord
Date 2013-08-01.21:04:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375391057.28.0.108463427813.issue18622@psf.upfronthosting.co.za>
In-reply-to
Content
As reported at: http://code.google.com/p/mock/issues/detail?id=209

>>> from unittest import mock
[107971 refs]
>>> mock.mock_open
<function mock_open at 0x10cff9d20>
[107974 refs]
>>> a = mock.mock_open()
[109965 refs]
>>> a.reset_mock()
...
History
Date User Action Args
2013-08-01 21:04:17michael.foordsetrecipients: + michael.foord
2013-08-01 21:04:17michael.foordsetmessageid: <1375391057.28.0.108463427813.issue18622@psf.upfronthosting.co.za>
2013-08-01 21:04:17michael.foordlinkissue18622 messages
2013-08-01 21:04:17michael.foordcreate