1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units
Toshio Kuratomi efa78b4ff4 The mode that we fake from stat is checked more closely under python3.5 on El Capitan ()
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.
2016-09-28 08:24:28 -07:00
..
cli Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 2016-09-15 15:21:17 -07:00
contrib
errors
executor
inventory
inventory_test_data/group_vars
mock Move uses of to_bytes, to_text, to_native to use the module_utils version () 2016-09-06 22:54:17 -07:00
module_utils The mode that we fake from stat is checked more closely under python3.5 on El Capitan () 2016-09-28 08:24:28 -07:00
modules Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 2016-09-15 15:21:17 -07:00
parsing Many Cleanups to vault 2016-09-15 15:22:06 -07:00
playbook Switch tests from sudo to become. () 2016-09-21 13:58:35 -07:00
plugins Merge branch 'threaded_receiver' into devel 2016-09-20 09:18:26 -05:00
template Merge branch 'threaded_receiver' into devel 2016-09-20 09:18:26 -05:00
utils
vars
__init__.py