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
Toshio Kuratomi 155f36bbd8
Rekey on member (#33836)
* Change cast_list_to_dict to more generic rekey_on_member

cast_list_to_dict was taking an arbitrary data format in and returning
an arbitrary data format out.  Rework this to be a more generic function
which creates a dict of dicts based on a member of the dict.

Remove cast_dict_to_list since rekey_on_member handles the use cases we
know about and cast_dict_to_list suffers from the same problems as
cast_list_to_dict.  If this is still needed we could think about filters
we could add to do this in a short jinja2 pipeline.

* Fix bare excepts (bare excepts even catch sys.exit())
8 years ago
..
cli Fix vault --ask-vault-pass with no tty (#31493) 8 years ago
config additional configmanager tests 8 years ago
contrib Update vmware_inventory (#26308) 9 years ago
errors test/: PEP8 compliancy (#24803) 9 years ago
executor Add test for clean_copy preservation of keys 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Porting tests to pytest (#33387) 8 years ago
module_utils Deprecate Entity, EntityCollection and use subspec in network modules (#33575) 8 years ago
modules rhn_channel/register: Porting tests to pytest (#33719) 8 years ago
parsing Fix invalid string escape sequences. 8 years ago
playbook Fix invalid string escape sequences. 8 years ago
plugins Rekey on member (#33836) 8 years ago
template Deprecate tests used as filters (#32361) 8 years ago
utils test/: PEP8 compliancy (#24803) 9 years ago
vars Miscellaneous pylint fixes. 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
ansible.cfg Fix ansible-test config management. 8 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 9 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 9 years ago