Better Error MessagesStrictMockenhancementgood first issuehelp wanted
倉庫指標
- Star
- (147 star)
- PR 合併指標
- (PR 指標待抓取)
描述
StrictMock raises when an attribute is accessed, but has not been previously defined
The message simply mentions "setting" the attribute. Let's improve this message to, if the mock has a template, and the attribute is callable, suggest using mock_callable / mock_async_callable to set it.