mindflayer / python-mocket

a socket mock framework - for all kinds of socket animals, web-clients included
BSD 3-Clause "New" or "Revised" License
280 stars 42 forks source link

use unittest.mock instead of mock #178

Closed pgajdos closed 2 years ago

pgajdos commented 2 years ago

Could you please consider to use built in unittest.mock?

Background: https://github.com/mindflayer/python-mocket https://fedoraproject.org/wiki/Changes/DeprecatePythonMock

mindflayer commented 2 years ago

Sure I will. It was something made for being compatible with old Python versions. No need for it any more.

mindflayer commented 2 years ago

Here is a new version without mock: https://pypi.org/project/mocket/3.10.6/

pgajdos commented 2 years ago

Thanks!