election/openstack_election/tests
Hervé Beraud c08aed239d 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.

Change-Id: I0b5e9e60b00204f938d23fc4ff8e020ebb4afa43
2020-09-15 17:44:21 +00:00
..
cmds Use unittest.mock instead of mock 2020-09-15 17:44:21 +00:00
__init__.py Make openstack_election look more like a python module 2016-09-12 15:35:40 +10:00
base.py Stop to use the __future__ module. 2020-07-24 13:44:46 +02:00
fixtures.py Stop to use the __future__ module. 2020-07-24 13:44:46 +02:00
test_utils.py Use unittest.mock instead of mock 2020-09-15 17:44:21 +00:00