aodh/aodh/tests/unit/evaluator
Sean McGinnis 59a36b7146
Replace third party mock with unittest.mock
Now that we no longer support older version of Python, there is no need
to use the third party 'mock' library for test mocking and can instead
use the standard library unittest mock module.

Change-Id: I1ea77249834e6c595c88f257226a483633be5f7a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-03-13 09:00:27 -05:00
..
__init__.py Move evaluator tests into the unit folder 2015-11-06 09:14:59 +01:00
base.py Replace third party mock with unittest.mock 2020-03-13 09:00:27 -05:00
test_base.py Replace third party mock with unittest.mock 2020-03-13 09:00:27 -05:00
test_composite.py Replace third party mock with unittest.mock 2020-03-13 09:00:27 -05:00
test_event.py Replace third party mock with unittest.mock 2020-03-13 09:00:27 -05:00
test_gnocchi.py Replace third party mock with unittest.mock 2020-03-13 09:00:27 -05:00
test_loadbalancer.py Replace third party mock with unittest.mock 2020-03-13 09:00:27 -05:00