pdoc
pdoc copied to clipboard
Make `unittest.mock.Mock` not appear callable
Fixes #350.
I've included a class with mocks in the test class' example module, and added a test against the signature as an expected failure (so it will show up as an unexpected success if Python's behaviour changes in the future).