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
Andrew Gaffney 95ce00ff00 Allow loading dirs from role defaults/vars (#36357)
This commit moves code to look for vars files/dirs to a common place and
uses it for loading role defaults/vars. This allows things such as
'defaults/main' or 'vars/main' being a directory in a role, allowing
splitting of defaults/vars into multiple files. This commit also fixes
the role loading unit tests for py3 when bytestrings are used for paths
instead of utf8 strings.

This fixes #14248 and #11639.
6 years ago
..
role Allow loading dirs from role defaults/vars (#36357) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py test/: PEP8 compliancy (#24803) 7 years ago
test_base.py less confusing 'args' message (#29053) 7 years ago
test_block.py test/: PEP8 compliancy (#24803) 7 years ago
test_conditional.py Fix invalid string escape sequences. 7 years ago
test_helpers.py test/: PEP8 compliancy (#24803) 7 years ago
test_included_file.py fixed test to new sig 7 years ago
test_play.py PEP 8 W291 whitespace cleanup. 8 years ago
test_play_context.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
test_playbook.py test/: PEP8 compliancy (#24803) 7 years ago
test_taggable.py test/: PEP8 compliancy (#24803) 7 years ago
test_task.py Fix redundant yaml error blurbs on ModArgs parse errors (#36923) 6 years ago