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
Brian Coca 00eb2edc09
Make filter type errors 'loop friendly' (#70417) (#70575)
- ensure we preserve the typeerror part of the exception so loop defereed error handling
 can postpone those caused by undefined variables until the when check is done.
 - fix tests to comply with the 'new normal'

 - human_to_bytes and others can issue TypeError not only on 'non string'
 but also bad string that is not convertable.

Co-authored-by: Sloane Hertel <shertel@redhat.com>

Co-authored-by: Sloane Hertel <shertel@redhat.com>
(cherry picked from commit cf89ca8a03)
6 years ago
..
action Fix delegate_facts with interpreter not being set (#70293) (#70385) 6 years ago
cache Improve testing of FactCache (#55739) 7 years ago
callback Unit tests: remove unused imports (#59812) 6 years ago
cliconf Unit tests: remove unused imports (#59812) 6 years ago
connection [stable-2.9] Allow the use of paramiko_conn before connection (#61570) (#69642) 6 years ago
filter Make filter type errors 'loop friendly' (#70417) (#70575) 6 years ago
httpapi [2.9] Check Point: fix all modules to be able to get parameter with value false (#65110) 6 years ago
inventory [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679) 6 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 8 years ago
lookup Speed up a few more tests by mocking time.sleep (#61186) 6 years ago
shell Add support for Windows hosts in the SSH connection plugin (#47732) 7 years ago
strategy throttle: fix linear based strategies (#65422) (#66805) 6 years ago
terminal unit tests: remove unused imports (#60462) 6 years ago
vars Add empty-init code-smell script. (#18406) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Unit tests: remove unused imports (#59812) 6 years ago