ovsdbapp/ovsdbapp/tests/unit/schema/open_vswitch
Brian Haley 6d56c57981 Remove the dependency on the "mock" package
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: I876919dfc1fa0ae36bd99e3d760e38d207ee6ef3
2020-04-02 22:11:44 +00:00
..
__init__.py Add unit tests from Neutron 2017-04-10 14:11:44 +00:00
test_impl_idl.py Remove the dependency on the "mock" package 2020-04-02 22:11:44 +00:00