horizon/openstack_dashboard/test/unit
Ivan Kolodyazhny d870b40583 Remove six usage from openstack_dashboard package
We don't support Python 2 anymore so we don't need this
compatibility library.

six.reraise usages are left as is until it'll be moved to some
base lib like oslo.utils to not re-implenent this method in
Horizon.

This patch also removes Python2-specific base test case methods
assertItemsEqual and assertNotRegexpMatches in flavor of new
Python 3 analogues.

Change-Id: I26a59176be9e9f213128e4945a58b9459334b626
2020-01-15 12:47:48 +02:00
..
api Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
usage Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
utils Handle partial dict setting 2019-09-26 14:31:17 +09:00
__init__.py openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
test_error_pages.py openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
test_policy.py Sync keystone policy 2018-01-26 04:01:05 +09:00
test_themes.py Do not load openstack_dashboard.settings in unit tests 2018-12-28 23:06:38 +09:00
test_views.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00