PyCQA / docformatter

Formats docstrings to follow PEP 257
https://pypi.python.org/pypi/docformatter
MIT License
548 stars 69 forks source link

prefer new unittest.mock from the standard library #280

Closed a-detiste closed 4 months ago

a-detiste commented 7 months ago

https://github.com/testing-cabal/mock

mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.