horizon/openstack_dashboard/dashboards/identity/groups
Akihiro Motoki 0a149af36b Convert identity.groups tests into mock
In addition, domain_get() call checks previously succeeded somehow
with mox test, but they now fails after mock migration.
api.keystone.get_effective_domain_id() is now mocked instead of
api.keystone.domain_get(). There is no need to test the internal of
api.keystone, so get_effective_domain_id() is the right place to mock.

blueprint mock-framework-in-unit-tests
Change-Id: I567168a8001875efb3e768aa732ceb562b1dd99f
2018-04-25 13:50:45 +09:00
..
templates/groups Correct the description for "Update Group" form 2016-07-08 00:46:52 +00:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
constants.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
forms.py Correct the group name field less than or equal to 64 characters 2017-04-20 13:28:51 +08:00
panel.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00
tables.py Fix W503 warnings 2018-04-11 18:13:47 +09:00
tests.py Convert identity.groups tests into mock 2018-04-25 13:50:45 +09:00
urls.py Adding identity ng-groups panel 2017-10-10 13:35:09 +09:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00