tempest/tempest/api/data_processing
Joe H. Rahme a72f2c6fb7 Removes explicit looping over dict .keys() method
Looping over the .keys() method of a dictionary is an anti-pattern. In
fact, the method is actually creating a new list which is redundant and
unnecessary. Looping over a dictionary implicitly loops over its keys.

Change-Id: I937d3f060bf95bb86e50fcb5dec8def524f6208e
2016-07-11 16:45:22 +02:00
..
__init__.py Add simple node group tmpl API test for Savanna 2014-01-22 13:43:30 +04:00
base.py Removes explicit looping over dict .keys() method 2016-07-11 16:45:22 +02:00
test_cluster_templates.py Fix H404/405 violations for api tests(1/3) 2015-11-19 07:40:43 +00:00
test_data_sources.py Full response for DataProcessingClient methods 2015-08-18 10:20:49 +00:00
test_job_binaries.py Fix H404/405 violations for api tests(1/3) 2015-11-19 07:40:43 +00:00
test_job_binary_internals.py Fix H404/405 violations for api tests(1/3) 2015-11-19 07:40:43 +00:00
test_jobs.py Fix H404/405 violations for api tests(1/3) 2015-11-19 07:40:43 +00:00
test_node_group_templates.py Remove unnecessary __init__ and resource_setup/cleanup 2016-06-24 16:02:07 +08:00
test_plugins.py Full response for DataProcessingClient methods 2015-08-18 10:20:49 +00:00