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

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes