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/units/plugins/inventory
Sam Doran 987265a6ef
Account for empty strings when splitting the host pattern (#62442)
Improve tests
- add more unit test cases
- add specific integration test with more cases

Testing shows no major downside to calling .strip() twice in a comprehension vs. using a regular for loop and only calling .strip() once. Going with the comprehension for ease of maintenance and because comprehensions are optimized in CPython.
5 years ago
..
__init__.py
test_aws_ec2.py add IAM role assumption to aws_ec2 inventory (#41637) 5 years ago
test_constructed.py
test_group.py
test_host.py
test_inventory.py Account for empty strings when splitting the host pattern (#62442) 5 years ago
test_linode.py
test_openstack.py
test_script.py