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/parsing
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
..
utils test/: PEP8 compliancy (#24803) 7 years ago
vault Cyptography pr 20566 rebase (#25560) 7 years ago
yaml Fix spelling mistakes (comments only) (#25564) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_dataloader.py fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729) 7 years ago
test_metadata.py metadata and doc generator optimization and fixes 7 years ago
test_mod_args.py test/: PEP8 compliancy (#24803) 7 years ago
test_splitter.py Switch tests to pytest and ansible-test. 8 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago