cb0668d8ea
Created the 'implemented' directory and moved appropriate specs out of 'approved' and into it. Change-Id: Iba7f85a28115639c520c239d063a54e92ef01a37
681 B
681 B
Glance Spec Lite
Replace mox with mock for unit test
- problem
-
Mox
does not support python 3. We have a shim module 'mox3' that was built a couple of years ago, is unmaintained, and as it gets tested more heavily is showing race conditions under python3. - solution
-
Replace
mox
withmock
. - impacts
-
This change will use
mock
instead ofmox
. - timeline
-
Expected to be merged within the Ocata time frame.
- link
- assignee
-
Howard Lee