Comment #0 : Bug #1572706 : Bugs : tacker

Comment 0 for bug 1572706

Revision history for this message
Sripriya (sseetha) wrote : refactor mox references to using the mock library in pythontackerclient

python-tackerclient uses the mox library in few places to mock and verify unit tests.

per gongysh comment in

gongysh
Apr 19 11:04 PM
use mock instead of mox. there is a trend to do it.

mox needs to be replaced with mock lib. everywhere in python-tackerclient