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 Avoid erroring on host group confusion in keyed groups (#54099) 2019-03-25 16:57:46 -04:00
test_group.py support deterministic host ordering from group ancestors (#44067) 2019-02-20 10:41:25 -05:00
test_host.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
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 fix constructed functionality in openstack inventory plugin (#48833) 2018-11-27 13:01:56 -05:00
test_script.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00