#unittestmock

[ follow ]
Python
fromRealpython
1 day ago

Episode #286: Overcoming Testing Obstacles With Python's Mock Object Library - The Real Python Podcast

Python's unittest.mock library enables reliable testing by simulating complex logic and unpredictable dependencies through Mock objects and patch() functions.
Python
fromRealpython
2 weeks ago

Improving Your Tests With the Python Mock Object Library - Real Python

unittest.mock enables creation, inspection, configuration, and substitution of mock objects to simplify testing of complex logic and unpredictable dependencies.
[ Load more ]