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 matrixise
Recipients Justin Dray, dybi, matrixise, xtreak
Date 2018-10-08.11:33:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538998386.8.0.545547206417.issue33643@psf.upfronthosting.co.za>
In-reply-to
Content
There is a problem with your code, you use `mock` library but this one does not exist in the standard library. 

You should use `unittest.mock` 

Because this issue is not related with the unittest.mock library, I am going to close this issue.
History
Date User Action Args
2018-10-08 11:33:06matrixisesetrecipients: + matrixise, dybi, xtreak, Justin Dray
2018-10-08 11:33:06matrixisesetmessageid: <1538998386.8.0.545547206417.issue33643@psf.upfronthosting.co.za>
2018-10-08 11:33:06matrixiselinkissue33643 messages
2018-10-08 11:33:06matrixisecreate