Understanding the Python Mock Object Library

0%

Fill in the blanks:

You can work with Python’s built-in mock object library by importing . This library provides an accessible way to introduce mocks into your tests.

The library also provides a function called that replaces real objects in your code with mock instances.

Sorry! There has been an error processing your answer. Please try again.

Got feedback on this question?