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
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