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
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>
5 years ago
..
action gather_facts action plugin: Fix loading network facts modules for smart gathering (#59856) 5 years ago
cache Improve testing of FactCache (#55739) 6 years ago
callback Unit tests: remove unused imports (#59812) 5 years ago
cliconf Unit tests: remove unused imports (#59812) 5 years ago
connection Move instantiation of terminal plugin earlier (#61261) 5 years ago
filter Defer passlib dependency from plugins/filter/network.py (#59304) 5 years ago
httpapi unit tests: remove unused imports (#60462) 5 years ago
inventory [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679) 5 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 7 years ago
lookup Speed up a few more tests by mocking time.sleep (#61186) 5 years ago
shell Add support for Windows hosts in the SSH connection plugin (#47732) 6 years ago
strategy T woerner max concurrent (#60702) 5 years ago
terminal unit tests: remove unused imports (#60462) 5 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Unit tests: remove unused imports (#59812) 5 years ago