horizon/openstack_dashboard/test/integration_tests/regions
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 Add regions module to integration tests 2014-11-21 18:11:18 +01:00
bars.py Fix dropdowns sometimes not opening in integration tests 2016-06-22 16:19:08 +03:00
baseregion.py Use python3-style super() 2020-10-15 14:37:20 +09:00
exceptions.py Add form regions to integration tests 2014-11-27 22:16:15 +01:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
menus.py Fix instance integration tests 2020-07-21 10:41:39 +00:00
messages.py Use python3-style super() 2020-10-15 14:37:20 +09:00
tables.py Use python3-style super() 2020-10-15 14:37:20 +09:00