Test yourself on mock modules with python.
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
1 / 3
Test yourself on mock modules with python.
Quiz
_____ submodule will allow us to replace portions of the system we are testing with mock objects and make assertions about how they were used.
mock
unittest
path
autospeccing