facebook/TestSlide

Improve mock(_async)_callable & mock_constructor exceptions.

Opened this issue · 1 comments

With #184 adding caller_frame_info to mock instances, we can now improve all exceptions that are raised by these mocks, ta all contain information regarding the file:lineno where the mock was defined.

This is a frequently asked feature by uses, which should simplify development significantly.

Hey @fornellas are you accepting new contributors, I would love to work on this project