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
Toshio Kuratomi efa78b4ff4 The mode that we fake from stat is checked more closely under python3.5 on El Capitan (#17794)
Python2 seems to allow any integer.  Python3.5 on Linux seems to allow
a 32 bit unsigned int.  Python3.5 on El Capitan seems to limit it to
a smaller size...  perhaps a 16 bit int.
9 years ago
..
basic Various python3 updates for module_utils: (#17345) 9 years ago
ec2 CloudRetry/AWSRetry backoff decorator with unit tests (#17039) 9 years ago
__init__.py Adding module_utils tests from v1 to v2 11 years ago
test_basic.py The mode that we fake from stat is checked more closely under python3.5 on El Capitan (#17794) 9 years ago
test_database.py Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 9 years ago
test_distribution_version.py Add os_family to test_distribution_version (#17620) 9 years ago
test_facts.py Add mnt pnts with single quote to test (16855) (#17771) 9 years ago
test_text.py Various python3 updates for module_utils: (#17345) 9 years ago