ansible/test/units
Sam Doran 3a5bd5be18 [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679)
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.
(cherry picked from commit 987265a6ef)

Co-authored-by: Sam Doran <sdoran@redhat.com>
2019-11-12 12:01:12 -08:00
..
cli Fix test_galaxy failing test (#62624) 2019-09-19 13:37:17 -07:00
compat
config
contrib
errors
executor [stable-2.9] Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287) 2019-09-16 12:39:52 -07:00
galaxy [stable-2.9] Fix up role version pagination for Galaxy install (#64373) 2019-11-12 11:02:45 -08:00
inventory_test_data/group_vars
mock
module_utils XenServer: Update docs with recent changes in XenAPI python lib and branding (#63728) (#63815) 2019-11-11 18:10:54 -08:00
modules [stable-2.9] Fix nxos_l3_interfaces module and tests (#62545) 2019-10-02 17:36:04 -07:00
parsing Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 12:12:48 -07:00
playbook Wrap CLI passwords as AnsibleUnsafeText (#63352) 2019-10-10 19:49:34 -07:00
plugins [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679) 2019-11-12 12:01:12 -08:00
regex
template
utils add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
vars
__init__.py
requirements.txt [stable-2.9] Fix ansible-test collections requirements installation. (#62181) 2019-09-16 13:43:12 -07:00
test_constants.py
test_context.py