heat-dashboard/heat_dashboard/test
Akihiro Motoki bd68639408 Use unittest.mock instead of third party mock
horizon recently switched from the third-party mock to unittest.mock.
This breaks heat-dashboard unit tests somehow.
We no longer support py27 and we can use the standard library
unittest.mock module. Rather than investigating the cause of
the failure, it would be nice to switch to unittest.mock.

horizon dependency is updated to 18.3.1 as unittest.mock is used
since 18.3.0 and 18.3.0 has an issue that it always requires pytest.
lower-constraints is updated to match horizon requirements.

hacking local-check-factory is disabled temporarily due to
the incompatibility with hacking 2.0 or later.
https://review.opendev.org/#/c/715690/ will recover it.

Change-Id: I517d6d7d36410c64bf48ad958b3e2115725a6491
2020-04-21 04:56:58 +09:00
..
integration Add heat-dashboard integration tests 2019-02-05 09:40:06 +02:00
test_data Remove six usage (1/2) 2020-01-11 20:54:19 +01:00
tests Use unittest.mock instead of third party mock 2020-04-21 04:56:58 +09:00
__init__.py move all files under heat_dashboard directory 2017-10-06 14:34:25 +09:00
helpers.py Use unittest.mock instead of third party mock 2020-04-21 04:56:58 +09:00
settings.py Drop mox from HeatRestTestCase 2018-06-08 11:02:24 +09:00