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
2019-08-29 02:25:44 -07:00
..
role Collection role relative deps (#61517) 2019-08-29 02:25:44 -07:00
__init__.py
test_attribute.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_base.py become mixin is no more (#54002) 2019-04-12 12:13:55 -04:00
test_block.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_conditional.py conditional: fix direct boolean "shortcut" (#47941) 2018-11-07 21:33:54 +01:00
test_helpers.py various mod_args fixes (#60290) 2019-08-13 09:57:49 +01:00
test_included_file.py Don't pollute include_variables (#54687) 2019-04-09 10:14:42 -05:00
test_play.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_play_context.py Restore ansible --version output (#55728) 2019-04-29 16:38:31 -04:00
test_playbook.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_taggable.py Allow tags to be templated from a variable (#49833) 2018-12-17 15:40:26 -06:00
test_task.py Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00