python-novaclient/novaclient/tests/unit/v2
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
..
contrib Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
fakes.py Don't use SessionClient for version-list API 2015-05-03 21:27:24 +00:00
test_agents.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_aggregates.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_auth.py Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
test_availability_zone.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_certs.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_client.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_cloudpipe.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_fixed_ips.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_flavor_access.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_flavors.py Revert "nova flavor-show command is inconsistent" 2015-04-21 22:19:06 +00:00
test_floating_ip_dns.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_floating_ip_pools.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_floating_ips.py fix FloatingIP repr 2015-04-22 06:56:38 -04:00
test_floating_ips_bulk.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_fping.py Cleanup in asserts in python-novaclient 2015-03-03 15:36:49 +03:00
test_hosts.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_hypervisors.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_images.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_keypairs.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_limits.py Combine test cases for checking nova limits response 2015-04-01 08:35:39 +05:30
test_networks.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_quota_classes.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_quotas.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_security_group_rules.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_security_groups.py Fixed redeclared test_names 2015-02-24 19:29:23 +03:00
test_server_groups.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_servers.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_services.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_shell.py Merge "nova client now support limits subcommand" 2015-05-06 22:52:14 +00:00
test_usage.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
test_versions.py Don't use SessionClient for version-list API 2015-05-03 21:27:24 +00:00
test_volumes.py Eliminate test comprehensions 2015-05-21 19:12:35 -05:00
testfile.txt Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
utils.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00