horizon/openstack_dashboard/test/test_data
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
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
cinder_data.py Add Unit Test for cinder-user-facing messages 2020-09-25 10:51:46 +09:00
exceptions.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
glance_data.py Use python3-style super() 2020-10-15 14:37:20 +09:00
keystone_data.py Remove Keystone v2 related code 2020-04-23 11:43:12 +09:00
neutron_data.py Fix listing security groups when no rules 2019-08-19 16:38:57 +09:00
nova_data.py Use python3-style super() 2020-10-15 14:37:20 +09:00
swift_data.py Fix handling of swift object name == pseudo-folder name 2016-07-01 16:29:00 +10:00
utils.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00