ansible/test/units/module_utils/common
Sam Doran 9a21e24778
get_distribution - Return distribution for all platforms (#71641)
Since moving to distro, it is possible to return this information for all platforms, not just Linux.
Also return version information for all platfrom not just Linux.
Update unit tests.
Remove some duplicate unit tests though I think there are more to remove.

* Fix docstring formatting

* Minor docstring changes

* Mock distro.id for Solaris service test

* Update comment
2021-06-11 10:22:18 -04:00
..
arg_spec Deprecate Py2.6 support for target nodes (#74165) 2021-04-16 11:42:29 -05:00
parameters Use ArgumentSpecValidator in AnsibleModule (#73703) 2021-03-19 12:09:18 -07:00
process "Fix" test_get_bin_path by changing mock order (#67730) 2020-02-28 10:39:27 -05:00
text Relocate misplaced unit tests. 2021-04-16 22:23:40 -07:00
validation Fix and add tests for some module_utils.common.validation (#67771) 2020-03-26 18:18:56 -05:00
warnings Deprecate Py2.6 support for target nodes (#74165) 2021-04-16 11:42:29 -05:00
__init__.py
test_collections.py AnsibleVaultEncryptedUnicode should be considered a string (#71609) 2020-09-03 14:54:00 -05:00
test_dict_transformations.py Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283) 2020-06-25 14:45:13 -05:00
test_network.py [module_utils] make to_bits actually return (#74409) 2021-04-27 17:15:24 +02:00
test_sys_info.py get_distribution - Return distribution for all platforms (#71641) 2021-06-11 10:22:18 -04:00
test_utils.py