Skip to main content

Quiz: Mocking with unittest.mock

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What does patch() restore after the with block exits?

2. What is the advantage of pytest-mock's mocker fixture over unittest.mock.patch directly?

3. What does mock.assert_called_once_with('arg') verify?