Amit Saha 1/11/2016

Mock objects and non-existent attributes/methods in Python

Read Original

This 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.

Mock objects and non-existent attributes/methods in Python

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet