neutron/neutron/tests/unit/common
Hervé Beraud 3df1679658 Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Also enabled the hacking check that should have caught this, it
was missing from tox.ini along with most of the other in-tree
hacking checks we have added over the years.

Change-Id: Id91175d0db8b8edc72f0dd98925ddbf7415bb881
2020-06-17 14:42:03 +00:00
..
ovn Use unittest.mock instead of mock 2020-06-17 14:42:03 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
moved_globals_code1.py debtcollector for globals 2016-08-30 10:18:19 -04:00
moved_globals_code2.py debtcollector for globals 2016-08-30 10:18:19 -04:00
moved_globals_target.py debtcollector for globals 2016-08-30 10:18:19 -04:00
test__deprecate.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_cache_utils.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_coordination.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ipv6_utils.py Start using oslo_utils.netutils.is_ipv6_enabled() 2019-10-16 21:44:56 -04:00
test_utils.py Make NeutronOvsdbIdl singleton 2020-06-03 10:50:33 +00:00