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
Martin Krizek 164881d871 Remove UnsafeProxy (#59711)
* Remove UnsafeProxy

Move the work from UnsafeProxy to wrap_var and add support for bytes.
Where wrap_var is not needed, use AnsibleUnsafeBytes/AnsibleUnsafeText
directly.

Fixes #59606

* item is not always text

* Address issues from reviews

* ci_complete
5 years ago
..
cli Minor fixes in galaxy command for collection (#59846) 5 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
config fixes to config manager (#58530) 5 years ago
contrib Fix vmware_inventory unit tests so they run. 6 years ago
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 6 years ago
executor unit tests: remove unused imports (#59636) 5 years ago
galaxy Collection test (#59488) 5 years ago
inventory_test_data/group_vars
mock Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
module_utils Clean up ansible-test references in tests. (#60108) 5 years ago
modules Fix netapp_e_volume wait-for-initialization to complete issue. (#58304) 5 years ago
parsing Correct places where match was intended 5 years ago
playbook Unit tests: remove unused imports (#59812) 5 years ago
plugins Unit tests: remove unused imports (#59812) 5 years ago
regex Add toggle to control invalid character substitution in group names (#52748) 6 years ago
template Unit tests: remove unused imports (#59812) 5 years ago
utils Remove UnsafeProxy (#59711) 5 years ago
vars Fix inventory cache interface (#50446) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago
test_context.py Unit tests: remove unused imports (#59740) 5 years ago