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 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)
4 years ago
..
action Fix delegate_facts with interpreter not being set (#70293) (#70384) 4 years ago
become Migrated to community.general 5 years ago
cache Migrated to community.general 5 years ago
callback Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
connection Fix filedescriptor out of range in select() when running commands (#65058) 5 years ago
filter Make filter type errors 'loop friendly' (#70417) (#70574) 4 years ago
inventory [stable-2.10] Clean up unit test boilerplate. 4 years ago
loader_fixtures [stable-2.10] Clean up unit test boilerplate. 4 years ago
lookup Migrated to ansible.amazon 5 years ago
shell [stable-2.10] Clean up unit test boilerplate. 4 years ago
strategy Clean up unit tests to assist with migration. (#67875) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
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) 4 years ago