ironic-inspector/ironic_inspector/test
Hervé Beraud 80167d4908 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: Iccf78a04a66dcef383d9e38ac3990f3c838bdf84
2020-06-10 20:21:00 +02:00
..
unit Use unittest.mock instead of mock 2020-06-10 20:21:00 +02:00
__init__.py Remove the generic eventlet monkey patch from test 2016-11-18 10:35:53 +01:00
base.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
functional.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00