Mock objects and non-existent attributes/methods in Python
Read OriginalThis article details the behavior of Python's Mock objects when accessing non-existent attributes and methods. It explains the default permissive behavior and the special case where attributes starting with 'assert' (like 'assert_not_called') raise an AttributeError to prevent common typos in test code.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser