cinder/cinder/tests/api
Anton Arefiev f17f476a87 Enable H238 hacking rule
Hacking 0.10 introduces new hacking rule H238 - old style classes
are deprecated (they are converted to new style classes - inherit
from `object`). In order to avoid any unwanted side effects all
classes should be declared using new style.

See reference on the differences:
https://www.python.org/download/releases/2.2.3/descrintro/

Change-Id: Iec5620e8f9da2d051a3754391eab4e75faf644e0
2015-04-02 19:37:29 +03:00
..
contrib Merge "Fix for inconsistent cinder-services state change" 2015-03-31 18:23:39 +00:00
extensions Fix comments style according to the Hacking Rules 2015-02-18 14:10:19 +02:00
middleware Move to the oslo.middleware library 2015-03-12 13:57:23 -05:00
openstack Enable H238 hacking rule 2015-04-02 19:37:29 +03:00
v1 Change datetime.now() to timeutils.utcnow() from oslo_utils 2015-03-19 14:12:57 +02:00
v2 Change datetime.now() to timeutils.utcnow() from oslo_utils 2015-03-19 14:12:57 +02:00
__init__.py Enable flake8 H303,H304 checking 2014-04-15 09:16:01 +00:00
common.py Remove vim header 2013-12-30 18:53:02 -06:00
fakes.py Move oslo.utils to oslo_utils namespace 2015-01-19 21:50:34 -06:00
test_common.py Remove the useless next link for volumes, transfers and backups 2015-03-12 02:14:30 +00:00
test_extensions.py Move oslo.serialization to oslo_serialization namespace 2015-01-22 16:51:26 -06:00
test_router.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
test_versions.py Add config option to override url for versions 2015-03-02 14:51:22 +08:00
test_wsgi.py Remove vim header 2013-12-30 18:53:02 -06:00
test_xmlutil.py fix atom link in XML Version API 2014-07-29 17:53:08 +00:00