ansible/test/units/plugins
Brian Coca cf89ca8a03
Make filter type errors 'loop friendly' (#70417)
- 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>
2020-07-10 18:49:57 -04:00
..
action Fix delegate_facts with interpreter not being set (#70293) 2020-06-30 15:49:09 +02:00
become Migrated to community.general 2020-03-23 11:14:21 -05:00
cache Migrated to community.general 2020-03-23 11:14:21 -05:00
callback Nuke _get_item() from callback, deprecated 2.11 (#70233) 2020-06-23 12:03:27 -04:00
connection Fix filedescriptor out of range in select() when running commands (#65058) 2020-05-14 11:46:34 -04:00
filter Make filter type errors 'loop friendly' (#70417) 2020-07-10 18:49:57 -04:00
inventory Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
loader_fixtures Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
lookup Migrated to ansible.amazon 2020-03-23 11:14:21 -05:00
shell Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
strategy Clean up unit tests to assist with migration. (#67875) 2020-02-28 20:29:41 -08:00
__init__.py
test_plugins.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 2020-07-11 00:24:08 +02:00