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
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)
6 years ago
..
_vendor transparent downstream vendoring (#69850) 6 years ago
ansible_test Add Azure Pipelines support to ansible-test. 6 years ago
cli ansible-galaxy - fix collection installation with trailing slashes (#70016) 6 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
config [stable-2.10] Clean up unit test boilerplate. 6 years ago
errors Remove empty overridden unittest.setUp and unittest.tearDown methods. 6 years ago
executor refactor Python module_utils locator (#70610) (#70711) 6 years ago
galaxy [2.10] Improve ansible-galaxy STDOUT messages for collections (#70379) 6 years ago
inventory [stable-2.10] Clean up unit test boilerplate. 6 years ago
inventory_test_data/group_vars
mock [stable-2.10] Clean up unit test boilerplate. 6 years ago
module_utils [stable-2.10] Only pass kwargs to our string checker not callable checkers (#70151) (#70170) 6 years ago
modules [stable-2.10] Clean up unit test boilerplate. 6 years ago
parsing [stable-2.10] Clean up unit test boilerplate. 6 years ago
playbook [stable-2.10] Clean up unit test boilerplate. 6 years ago
plugins Make filter type errors 'loop friendly' (#70417) (#70574) 6 years ago
regex Add toggle to control invalid character substitution in group names (#52748) 7 years ago
template Do not treat AnsibleUndefined as being unsafe (#65202) 6 years ago
utils [stable-2.10] Clean up unit test boilerplate. 6 years ago
vars Remove empty setUp/tearDown/tearDownClass methods in test classes. 6 years ago
__init__.py
requirements.txt Remove unnecessary unit test requirements. 6 years ago
test_constants.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_context.py [stable-2.10] Clean up unit test boilerplate. 6 years ago