You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/support/integration/plugins/module_utils
Toshio Kuratomi 39b3942048 Remove left hand side slicing
Left hand side slicing is confusing and slower but maybe more memory
efficient in some circumstances.  There is one case where it adds to
code safety: when it's used to substitute a different list in place of a
slice of the original list and the original list could have been bound
to a different variable in some other code.  (The most likely case of
this is when it's a global variable and some other code might import
that variable name).

Because of the confusion factor we think it should only be used for the
safety case or where it's been benchmarked and shown to have some sort
of documentatble improvement.  At the moment, only one piece of code
falls into those categories so this PR removes all the other instances
of left hand side slicing.
4 years ago
..
aws Include more test support plugins. (#68015) 5 years ago
common Include more test support plugins. (#68015) 5 years ago
compat Include more test support plugins. (#68015) 5 years ago
docker Include more test support plugins. (#68015) 5 years ago
ecs Include more test support plugins. (#68015) 5 years ago
k8s Include more test support plugins. (#68015) 5 years ago
net_tools Include more test support plugins. (#68015) 5 years ago
network Include more test support plugins. (#68015) 5 years ago
ansible_tower.py Second batch of incidental integration tests. (#67765) 5 years ago
azure_rm_common.py Second batch of incidental integration tests. (#67765) 5 years ago
azure_rm_common_rest.py Second batch of incidental integration tests. (#67765) 5 years ago
cloud.py Second batch of incidental integration tests. (#67765) 5 years ago
cloudstack.py Second batch of incidental integration tests. (#67765) 5 years ago
crypto.py Fourth batch of incidental integration tests. (#67873) 5 years ago
database.py Fourth batch of incidental integration tests. (#67873) 5 years ago
ec2.py Remove left hand side slicing 4 years ago
hcloud.py Second batch of incidental integration tests. (#67765) 5 years ago
mysql.py Fourth batch of incidental integration tests. (#67873) 5 years ago
postgres.py Fourth batch of incidental integration tests. (#67873) 5 years ago
rabbitmq.py Fourth batch of incidental integration tests. (#67873) 5 years ago
vmware.py Second batch of incidental integration tests. (#67765) 5 years ago