Quiz Yourself on mock Module

Test yourself on mock modules with python.

We'll cover the following...

Quiz

1

_____ submodule will allow us to replace portions of the system we are testing with mock objects and make assertions about how they were used.

A)

mock

B)

unittest

C)

path

D)

autospeccing

Question 1 of 30 attempted