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
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
6 years ago
..
cli galaxy - preserve mode properly on artifact (#68418) 6 years ago
compat
config Fix inline vaults for plugins in ensure_type (#67492) 6 years ago
errors
executor Try to load action plugin from the same collection as the module (#66701) 6 years ago
galaxy ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691 (#68596) 6 years ago
inventory Clean up unit tests to assist with migration. (#67875) 6 years ago
inventory_test_data/group_vars
mock
module_utils get_url pass incorrect If-Modified-Since header(#67417) (#67419) 6 years ago
modules Remove unused unit test files. 6 years ago
parsing
playbook Force collections to be static (#68723) 6 years ago
plugins migration final cleanup 6 years ago
regex
template
utils Fix colorization to not extend across newline boundary (#68517) 6 years ago
vars
__init__.py
requirements.txt Remove unnecessary unit test requirements. 6 years ago
test_constants.py
test_context.py