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.
2019-09-20 16:03:51 -04:00
..
__init__.py
test_aws_ec2.py add IAM role assumption to aws_ec2 inventory (#41637) 2019-06-18 15:34:41 -07:00
test_constructed.py
test_group.py
test_host.py
test_inventory.py Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
test_linode.py
test_openstack.py
test_script.py