ansible/test/units/plugins
Brian Coca 6cd015d7e2
Make filter type errors 'loop friendly' (#70417) (#70574)
- 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)
2020-07-17 12:51:18 -07:00
..
action Fix delegate_facts with interpreter not being set (#70293) (#70384) 2020-07-17 12:40:00 -07: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 Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08: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) (#70574) 2020-07-17 12:51:18 -07:00
inventory [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
loader_fixtures [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
lookup Migrated to ansible.amazon 2020-03-23 11:14:21 -05:00
shell [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -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 [2.10] ansible-doc: include collection name in text output / plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70572) 2020-07-17 12:50:23 -07:00