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
Toshio Kuratomi be4e7a05fa remove_values could hit the recursion limit
When operating on arbitrary return data from modules, it is possible to
hit the recursion limit when cleaning out no_log values from the data.
To fix this, we have to switch from recursion to iteration.

Unittest for remove_values recursion limit

Fixes #24560
9 years ago
..
cli test/: PEP8 compliancy (#24803) 9 years ago
contrib test/: PEP8 compliancy (#24803) 9 years ago
errors test/: PEP8 compliancy (#24803) 9 years ago
executor test/: PEP8 compliancy (#24803) 9 years ago
inventory test/: PEP8 compliancy (#24803) 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock test/: PEP8 compliancy (#24803) 9 years ago
module_utils remove_values could hit the recursion limit 9 years ago
modules Actually check for equality on empty commands array (#25308) 9 years ago
parsing test/: PEP8 compliancy (#24803) 9 years ago
playbook test/: PEP8 compliancy (#24803) 9 years ago
plugins Add support for cliconf and netconf plugin (#25093) 9 years ago
template test/: PEP8 compliancy (#24803) 9 years ago
utils test/: PEP8 compliancy (#24803) 9 years ago
vars test/: PEP8 compliancy (#24803) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 9 years ago
test_constants.py test/: PEP8 compliancy (#24803) 9 years ago