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 adc158a499 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 Don't use 'from ansible.module_utils import foo' style here as it breaks (#15756) 9 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 Adding module_utils tests from v1 to v2 10 years ago
test_distribution_version.py Ship constants to the modules via internal module params rather than a secondary dict. 9 years ago