Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

Remove 'mock' in favor of stdlib 'unittest mock' #209

Closed ItsDrike closed 2 years ago

ItsDrike commented 2 years ago

We were using the mock module because it provided a backport of unittest.mock over to older python versions, however these versions are no longer supported by this project and so using it isn't necessary anymore.