ansible/test/units/plugins
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
..
action gather_facts action plugin: Fix loading network facts modules for smart gathering (#59856) 2019-09-17 18:35:44 +05:30
cache
callback allow before/after diff to be NoneType (#62582) 2019-09-20 15:47:18 -04:00
cliconf
connection Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570) 2019-09-09 16:59:20 -04:00
filter
httpapi
inventory Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
loader_fixtures
lookup
shell
strategy
terminal
vars
__init__.py
test_plugins.py