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 23305540b4 Make ini parsing slightly more robust
Prior to this commit, the ini parser would fail if the inventory was
not 100% utf-8.  This commit makes this slightly more robust by
omitting full line comments from that requirement.

Fixes 
2016-10-04 11:24:50 -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
module_utils Fix for run_command tests now that it returns native strings 2016-10-03 18:45: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 dzdo prompt fix 2016-09-30 17:58:19 -04:00
plugins bugfixes to JSON junk filter, added unit/integration tests to exercise () 2016-10-02 08:03:42 -07:00
template Merge branch 'threaded_receiver' into devel 2016-09-20 09:18:26 -05:00
utils
vars Make ini parsing slightly more robust 2016-10-04 11:24:50 -07:00
__init__.py