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
Matt Davis 05aed52d8e
fix get_data on case_insensitive fs (#69955)
* fix get_data on case_insensitive fs

* implement case-sensitive-forcing versions of various os.path methods that just pass through on case-sensitive systems.

* catch broader IOError for py2/py3 compat

* optimization: factor out case-insensitive comparison

* implement case-sensitive open
6 years ago
..
display Fix colorization to not extend across newline boundary (#68517) 6 years ago
fixtures/collections/ansible_collections/my_namespace/my_collection/plugins
__init__.py
amazon_placebo_fixtures.py
kubevirt_fixtures.py
test_cleanup_tmp_file.py
test_collection_loader.py
test_context_objects.py
test_encrypt.py
test_helpers.py
test_path.py fix get_data on case_insensitive fs (#69955) 6 years ago
test_shlex.py
test_unsafe_proxy.py
test_vars.py