manila/manila/tests/api
Goutham Pacha Ravi fd23a6387c Use class name in invocation of super
Fix pylint E103 warning raised by usage of
self.__class__ to refer to the derived class
in super() methods.

self.__class__ is a reasonable first argument
to super() in any method of a class, as long
as the method is not going to be invoked in
derived classes.

Python3 removes this ambiguity by not requiring
arguments for the super() method.

[1] https://docs.pylint.org/en/1.6.0/features.html#id33

Change-Id: I6071b6cfd8cff2be3853d739f71b94da990cda97
2018-06-06 17:47:18 -07:00
..
contrib Use ShareInstance model to access share properties 2017-05-30 13:12:48 +02:00
extensions Remove vim headers 2014-10-06 15:00:27 +02:00
middleware Fix UnicodeDecodeError when decode API input 2018-02-07 06:37:32 +00:00
openstack Manila Share Groups 2017-01-23 21:29:12 +02:00
v1 Use class name in invocation of super 2018-06-06 17:47:18 -07:00
v2 Use class name in invocation of super 2018-06-06 17:47:18 -07:00
views Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
common.py Remove vim headers 2014-10-06 15:00:27 +02:00
fakes.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
test_common.py Fix allow the use of blank in user group name to access the share 2018-04-17 11:42:58 +08:00
test_extensions.py Remove unused variables and broken links 2017-08-24 19:26:02 -07:00
test_middleware.py Added CORS support to Manila 2015-11-11 10:10:58 -08:00
test_versions.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
test_wsgi.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00