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
Christoph f9e49de2ef Add a test for int/float parameter type checking (#16741)
A parameter of type int should accept int and string, but not float.
A parameter of type float should accept float, int, and string.

Also reset the arguments in another test so that it runs cleanly.  This
agrees with what all the other tests are doing.
8 years ago
..
basic Various python3 updates for module_utils: (#17345) 8 years ago
ec2 CloudRetry/AWSRetry backoff decorator with unit tests (#17039) 8 years ago
__init__.py Adding module_utils tests from v1 to v2 10 years ago
test_basic.py Add a test for int/float parameter type checking (#16741) 8 years ago
test_database.py Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 8 years ago
test_distribution_version.py Add os_family to test_distribution_version (#17620) 8 years ago
test_facts.py Fix facts.py for python3 (#17131) 8 years ago
test_text.py Various python3 updates for module_utils: (#17345) 8 years ago