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
azenk bdf0ab451e Add role skeleton support (#17079)
* Add role skeleton support

The default role skeleton used by ansible-galaxy is good, but it doesn't
allow organizations to customize it to suit their needs.  This patch
addresses that by adding the option to point ansible-galaxy at a
role skeleton directory.  The contents of this directory are then
copied (or rendered) into the output role directory.  Appropriate
command line options and configuration entries are added to allow for
further customization from the role skeleton.

* Remove dependency on platforms list from test

Platforms are no longer provided to the template by galaxy init.
Removing the code in our test meta/main.yml template that relied on it.

* Fix whitespace issue
8 years ago
..
cli Add role skeleton support (#17079) 8 years ago
contrib Remove shebangs from unit tests. 8 years ago
errors Legacy pep8 updates for setup.py and tests 8 years ago
executor Legacy pep8 updates for setup.py and tests 8 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock Remove shebangs from unit tests. 8 years ago
module_utils Fix log_invocation function to pass unittests on python3 8 years ago
modules [cloud] Fix AWS Lambda module tests (#21950) 8 years ago
parsing Fix 'ansible-vault edit /some/symlink' (#20417) 8 years ago
playbook Legacy pep8 updates for setup.py and tests 8 years ago
plugins Remove shebangs from unit tests. 8 years ago
template Don't check for var._obj in template._clean_data (#20868) 8 years ago
utils PEP 8 indent cleanup. (#20800) 8 years ago
vars PEP 8 indent cleanup. (#20800) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Run unit tests in isolation w/ coverage support. 8 years ago
test_constants.py Add some unittests for lib/ansible/constants.py 8 years ago