horizon/openstack_auth/tests/unit
Akihiro Motoki 4894d0eede Use override_settings decorator consistently
Some tests in openstack_auth test_policy explicity calls enable/disable
of settings class. We usually use @override_settings decorator and
it automatically disables setting overriding when existing the decorator.
Let's use it for consistency.

Change-Id: I30cc97798ddf0c55ef4e05c885ffc8ef99a7be81
2021-02-04 14:44:25 +09:00
..
__init__.py openstack_auth: Move test files to match module structure 2017-12-09 21:37:12 +09:00
test_auth.py Recover scenario settings in openstack_auth test_auth 2020-10-27 19:58:07 +09:00
test_policy.py Use override_settings decorator consistently 2021-02-04 14:44:25 +09:00
test_user.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
test_utils.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_views.py Added validation for csrf_failure GET argument 2020-10-12 14:37:07 +03:00