python-novaclient/novaclient
Kevin L. Mitchell 0a327ce375 Eliminate test comprehensions
The novaclient tests are rife with examples of using a list comprehension
to perform a series of asserts, when a simple for loop would be more
appropriate and more idiomatic; part of the problem is the propensity
for people to cut and paste.  Eliminating the existing examples should
remove the temptation for developers to use this non-idiom to perform
tests.

Change-Id: I2cc8979e720740eae81692a60e30a3d95dce2a2c
2015-05-21 19:12:35 -05:00
..
openstack Drop use of 'oslo' namespace package 2015-05-11 15:30:11 +00:00
tests Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
v1_1 Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
v2 Reuse uuidutils frim oslo_utils 2015-05-08 12:36:41 +03:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py debug level logs should not be translated 2014-05-13 11:39:13 +02:00
base.py Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
client.py Remove redundant check for version of `requests` 2015-05-15 18:05:14 +03:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Add retry_after only to exceptions supporting it 2014-09-18 13:07:17 +02:00
extension.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
i18n.py Remove all imports from oslo namespace 2015-04-20 13:52:38 +03:00
service_catalog.py Enable check for E127 2014-10-23 14:28:50 +00:00
shell.py Make _discover_extensions public 2015-05-06 14:10:59 +08:00
utils.py Remove all imports from oslo namespace 2015-04-20 13:52:38 +03:00