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
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
..
cli fixed issue with paths separator and others 9 years ago
contrib test/: PEP8 compliancy (#24803) 9 years ago
errors test/: PEP8 compliancy (#24803) 9 years ago
executor Return code is not very useful to assume a task failed 9 years ago
inventory test/: PEP8 compliancy (#24803) 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock test/: PEP8 compliancy (#24803) 9 years ago
module_utils Mv AnsibleFactCollector back to module_utils (#26150) 9 years ago
modules Mv AnsibleFactCollector back to module_utils (#26150) 9 years ago
parsing metadata and doc generator optimization and fixes 9 years ago
playbook Fix spelling mistakes (comments only) (#25564) 9 years ago
plugins Add support for netconf network discovery (#25435) 9 years ago
template test/: PEP8 compliancy (#24803) 9 years ago
utils test/: PEP8 compliancy (#24803) 9 years ago
vars Fix spelling mistakes (comments only) (#25564) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 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