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 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>
6 years ago
..
_vendor transparent downstream vendoring (#69850) 6 years ago
ansible_test Add Azure Pipelines support to ansible-test. 6 years ago
cli Add collection path in CLI version info (#68633) 6 years ago
compat
config Clean up unit test boilerplate. 6 years ago
errors Remove empty overridden unittest.setUp and unittest.tearDown methods. 6 years ago
executor Nuke with_ squashing, deprecated for 2.11 (#70209) 6 years ago
galaxy Improve ansible-galaxy STDOUT messages for collections (#70040) 6 years ago
inventory Clean up unit test boilerplate. 6 years ago
inventory_test_data/group_vars
mock Clean up unit test boilerplate. 6 years ago
module_utils setup: Handle CIFS share with backward slash (#70006) 6 years ago
modules sanity: remove ansible-bad-function (#70431) 6 years ago
parsing Clean up unit test boilerplate. 6 years ago
playbook Nuke strategy.SharedPluginLoaderObj, depr. 2.11 (#70235) 6 years ago
plugins Make filter type errors 'loop friendly' (#70417) 6 years ago
regex
template Do not treat AnsibleUndefined as being unsafe (#65202) 6 years ago
utils Use libc wcwidth to calculate print width in display (#66214) 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 Remove some constants.py deprecated items (#70466) 6 years ago
test_context.py Clean up unit test boilerplate. 6 years ago