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
Matt Davis d81ae27a4a
Collection role relative deps (#61517)
* default collection support

* playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles)
* this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection

* disable default collection test under Windows

* enable collection search for role dependencies

* unqualified role deps in collection-hosted roles will first search the containing collection
* if the calling role has specified a collections search list in metadata, it will be appended to the search order for unqualified role deps

* disable cycle detection unit test

* failing on 3.7+, needs proper cycle detection
* see #61527
5 years ago
..
role Collection role relative deps (#61517) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_base.py become mixin is no more (#54002) 5 years ago
test_block.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_conditional.py conditional: fix direct boolean "shortcut" (#47941) 6 years ago
test_helpers.py various mod_args fixes (#60290) 5 years ago
test_included_file.py Don't pollute include_variables (#54687) 5 years ago
test_play.py unit tests: remove unused imports (#60462) 5 years ago
test_play_context.py Restore ansible --version output (#55728) 5 years ago
test_playbook.py unit tests: remove unused imports (#60462) 5 years ago
test_taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
test_task.py Add better error when k=v syntax is used with YAML in tasks (#41754) 6 years ago