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/module_utils
Adrian Likins 0fc0b6f059 Mv AnsibleFactCollector back to module_utils (#26150)
It was in lib/ansible/modules/system/setup.py since it
was the only thing using it, but move it back to module_utils
and add a ansible_collector.get_ansible_collector() to build
a facts collector just like the one used by setup.py

mv test_setup.py -> test_ansible_collector.py
All the code it was testing is now in ansible_collector

rm code to create 'ansible_facts' subkey from namespace

Just leave it up to the caller to do, and just return a
flat dictionary from AnsibleFactCollector.collect()
9 years ago
..
basic better backwards compat handling of status 9 years ago
ec2 test/: PEP8 compliancy (#24803) 9 years ago
facts Mv AnsibleFactCollector back to module_utils (#26150) 9 years ago
gcp Fix spelling mistakes (comments only) (#25564) 9 years ago
json_utils test/: PEP8 compliancy (#24803) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_basic.py test/: PEP8 compliancy (#24803) 9 years ago
test_database.py Revert "Update galaxy and database unit tests." 9 years ago
test_distribution_version.py Facts Refresh (2.4 roadmap) (#23012) 9 years ago
test_known_hosts.py test/: PEP8 compliancy (#24803) 9 years ago
test_network_common.py renames dict_combine to dict_merge in network_common (#26073) 9 years ago
test_postgresql.py test/: PEP8 compliancy (#24803) 9 years ago
test_text.py test/: PEP8 compliancy (#24803) 9 years ago