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.
2016-09-21 20:39:02 -07:00
..
basic Don't use 'from ansible.module_utils import foo' style here as it breaks (#15756) 2016-05-13 23:59:39 -07:00
__init__.py Adding module_utils tests from v1 to v2 2015-05-17 01:29:40 -05:00
test_basic.py Add a test for int/float parameter type checking (#16741) 2016-09-21 20:39:02 -07:00
test_database.py Adding module_utils tests from v1 to v2 2015-05-17 01:29:40 -05:00
test_distribution_version.py Ship constants to the modules via internal module params rather than a secondary dict. 2016-05-13 10:09:28 -07:00