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
Pilou 556a1daa33 fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729)
* add unit test: nested dynamic includes

* nested dynamic includes: avoid AnsibleFileNotFound error

Error was:
Unable to retrieve file contents
Could not find or access 'include2.yml'

Before 8f758204cf, at the end of
'path_dwim_relative' method, the 'search' variable contained amongst
others paths:
'/tmp/roles/testrole/tasks/tasks/included.yml' and
'/tmp/roles/testrole/tasks/included.yml'.
The commit mentioned before removed the last one despite the method
docstrings specify 'with or without explicitly named dirname subdirs'.

* add integration test: nested includes
7 years ago
..
cli fixed issue with paths separator and others 7 years ago
contrib Update vmware_inventory (#26308) 7 years ago
errors test/: PEP8 compliancy (#24803) 7 years ago
executor Return code is not very useful to assume a task failed 7 years ago
inventory INI inventory plugin: add documentation about variable types (#25798) 7 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock mock_unfrackpath_noop: handle follow parameter (#26662) 7 years ago
module_utils Consolidate boolean/mk_boolean conversion functions into a single location 7 years ago
modules nxos integration fix part 1 (#27069) 7 years ago
parsing fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729) 7 years ago
playbook Divided test methods of TestExtendValue class (#22574) 7 years ago
plugins Kc update ip filter (#26566) 7 years ago
template test/: PEP8 compliancy (#24803) 7 years ago
utils test/: PEP8 compliancy (#24803) 7 years ago
vars Fix spelling mistakes (comments only) (#25564) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 8 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 7 years ago