ironic-python-agent/ironic_python_agent/tests/unit/hardware_managers
John L. Villalovos 1695cb18c2 Add missing 'autospec' argument to mock.patch
Add missing 'autospec' keyword argument to mock.patch and
mock.patch.object calls. Use 'autospec=True' except for a few cases
where it fails because the mocked function is a @classmethod and it
doesn't work. In that case explicity set it to 'autospec=False'

Change-Id: I620dce91abaa4440e1803aeefb3e93c0b65d1419
2017-03-19 10:04:19 -07:00
..
__init__.py Add a new Hardware Manager for Mellanox NICs 2016-11-22 15:46:12 +01:00
test_cna.py Add missing 'autospec' argument to mock.patch 2017-03-19 10:04:19 -07:00
test_mlnx.py Add missing 'autospec' argument to mock.patch 2017-03-19 10:04:19 -07:00