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/utils
James Cassell 47d14a33bd
config: singular ANSIBLE_COLLECTIONS_PATH (#70007)
* config: singular ANSIBLE_COLLECTIONS_PATH

Every other *_PATH setting in ansible is singular, and the traditional
$PATH variable is also singular despite containing a list of
directories.  Let's be consistent both internally and with POSIX
tradition.

* update all ANSIBLE_COLLECTIONS_PATHS env references to be singular

* deprecate plural ANSIBLE_COLLECTIONS_PATHS setting
4 years ago
..
collection_loader config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
display Fix colorization to not extend across newline boundary (#68517) 5 years ago
__init__.py Cleanup combine_vars 9 years ago
test_cleanup_tmp_file.py Use atexit to cleanup tmp dirs (#56532) 5 years ago
test_context_objects.py Unit test cleanup. (#60315) 5 years ago
test_encrypt.py Update units to pass on macOS (#60435) 5 years ago
test_helpers.py test/: PEP8 compliancy (#24803) 7 years ago
test_isidentifier.py ansible.utils.vars.isidentifier improvements (#58278) 4 years ago
test_shlex.py test/: PEP8 compliancy (#24803) 7 years ago
test_unsafe_proxy.py Ensure that data within a tuple is marked as unsafe (#65918) 5 years ago
test_vars.py combine filter: fine list handling (option b) (#57894) 5 years ago
test_version.py Fix SemanticVersion comparison (#69395) 4 years ago