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/common
Sam Doran 5112feeace
Make get_bin_path() always raise an exception (#56813)
This makes it behave in a more idiomatic way

* Fix bug in Darwin facts for free memory
    If the vm_stat command is not found, fact gathering would fail with an unhelpful 
    error message. Handle this gracefully and return a default value for free memory.

* Add unit tests
6 years ago
..
parameters Properly mask no_log values is sub parameters during failure (#63405) 6 years ago
process Make get_bin_path() always raise an exception (#56813) 6 years ago
text Add human_to_bytes isbits arg unit tests&docstring 7 years ago
validation Fix unit tests to work with pytest >= 5.0 (#60246) 6 years ago
warnings Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 6 years ago
__init__.py Add tests for module_utils.common.collections 8 years ago
test_collections.py Fix module_utils.common.test_collections testsuite 7 years ago
test_dict_transformations.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_network.py Move network utils that are used by AWS modules (#45579) 7 years ago
test_removed.py unittests for module_utils.common.removed.removed_module function (#57214) 7 years ago
test_sys_info.py Use distro.id() instead of distro.name() (#52199) 7 years ago
test_utils.py Cleanups to the common.sys_info API 7 years ago