amueller / word_cloud

A little word cloud generator in Python
https://amueller.github.io/word_cloud
MIT License
10.02k stars 2.31k forks source link

MAINT Use unittest.mock instead of mock #732

Closed davide125 closed 7 months ago

davide125 commented 11 months ago

The mock package has been deprecated for a while, use the builtin unittest.mock instead.