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/playbook
Toshio Kuratomi 5f5ea06ca4 make hash_params more robust in the face of many corner cases (#18701)
* make hash_params more robust in the face of many corner cases

Fixes #18680
Alternative fix to #18681

* add test case for role.hash_params

* Add role.hash_params test for more types

A set, a generator/iterable, and a Container that
is not Iterable.
8 years ago
..
role make hash_params more robust in the face of many corner cases (#18701) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py Use rich comparisons for Attribute and FieldAttribute 9 years ago
test_base.py add a unit test for playbook/base.py (#17688) 8 years ago
test_block.py Fix uninitialized variable in deserialize method (#18037) 8 years ago
test_play.py Switch tests from sudo to become. (#17694) 8 years ago
test_play_context.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
test_playbook.py Added tests for `taggable` module 9 years ago
test_taggable.py Added tests for `taggable` module 9 years ago
test_task.py Making the switch to v2 10 years ago