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
David Shrewsbury 18a66e291d
Force collections to be static (#68723)
* Force collections to be static

Templating of collection names does not work at all. Force them to
be static so that a warning is generated for the user.

* Add collectionsearch unit test and fix for reviews

New unit test validates the new _load_collections() code and moves
the new check to the end of the method.

* Change unit test to pytest

* Adjust unit test to use capsys instead of monkeypatch

* Fix pep8 error

* Add changelog fragment

Closes #68704
4 years ago
..
role
__init__.py
test_attribute.py
test_base.py
test_block.py
test_collectionsearch.py Force collections to be static (#68723) 4 years ago
test_conditional.py
test_helpers.py
test_included_file.py Check if task file is specified for import_tasks (#57572) 5 years ago
test_play.py
test_play_context.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_playbook.py
test_taggable.py
test_task.py