python-novaclient/novaclient/tests/v3
ChangBo Guo(gcb) 88d0b6f2d9 Enable F841
F841 detects local variable is assigned to but never used.
This commit fix the violations and enable F841 in gate.

Change-Id: I52419f5e17db70e511ff2d4d61c85458c958e9c3
2014-06-19 09:49:05 +08:00
..
__init__.py Create v3 tests directory 2013-09-17 14:35:43 -05:00
fakes.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
test_agents.py Convert agent testing to httpretty 2014-05-19 19:30:10 -04:00
test_aggregates.py Convert aggregates testing to use httpretty 2014-04-10 08:39:24 +10:00
test_availability_zone.py Convert Availability Zone testing to httpretty 2014-05-19 19:30:10 -04:00
test_certs.py Convert certificate tests to httpretty 2014-05-26 16:59:37 +10:00
test_flavor_access.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_flavors.py Logical error in flavors unset_keys method 2014-06-03 12:10:32 +08:00
test_hosts.py Enable F841 2014-06-19 09:49:05 +08:00
test_hypervisors.py Fix wrong fake return values for Nova V3 client tests 2014-04-18 15:59:52 +02:00
test_images.py Enable F841 2014-06-19 09:49:05 +08:00
test_keypairs.py Adds keypairs support for the Nova V3 API 2013-12-19 23:40:00 +10:30
test_list_extensions.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
test_quotas.py Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
test_servers.py Enable F841 2014-06-19 09:49:05 +08:00
test_services.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
test_shell.py In Py3 decode the output of base64.decode 2014-05-27 11:32:06 +10:00
test_usage.py Adds simple tenant usage support for the Nova V3 API 2013-12-19 23:40:40 +10:30
test_volumes.py Enable F841 2014-06-19 09:49:05 +08:00