49036845c1
Now that we are python3 only, we should move to using the built in version of mock that supports all of our testing needs and remove the dependency on the "mock" package. This patch moves all references to "import mock" to "from unittest import mock". It also cleans up some new line inconsistency. Change-Id: I72520a2ca010c2c27315d9dff839a4f9d7540b6b |
||
---|---|---|
.. | ||
common | ||
functional | ||
unit | ||
__init__.py |