horizon/openstack_dashboard/test/unit
Akihiro Motoki e5d09edc20 Use python3-style super()
In python3, super() does not always require a class and self reference.
In other words, super() is enough for most cases.
This is much simpler and it is time to switch it to the newer style.

pylint provides a check for this.
Let's enable 'super-with-arguments' check.

NOTE: _prepare_mappings() method of FormRegion in
openstack_dashboard/test/integration_tests/regions/forms.py is refactored.
super() (without explicit class and self referece) does not work when
a subclass method calls a same method in a parent class multiple times.
It looks better to prepare a separate method to provide a common logic.

Change-Id: Id9512a14be9f20dbd5ebd63d446570c7b7c825ff
2020-10-15 14:37:20 +09:00
..
api Use python3-style super() 2020-10-15 14:37:20 +09:00
usage Stop to use the __future__ module. 2020-06-03 10:45:18 +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