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
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 #17593
9 years ago
..
cli Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 9 years ago
contrib Add a new vmware inventory script backed by pyvmomi (#15967) 10 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Cache tasks by uuid in PlayIterator for O(1) lookups 10 years ago
inventory Changing up how host (in)equality is checked 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
module_utils Fix for run_command tests now that it returns native strings 9 years ago
modules Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 9 years ago
parsing Many Cleanups to vault 9 years ago
playbook dzdo prompt fix 9 years ago
plugins bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) 9 years ago
template Merge branch 'threaded_receiver' into devel 9 years ago
utils FEATURE: adding variable serial batches 10 years ago
vars Make ini parsing slightly more robust 9 years ago
__init__.py Making the switch to v2 11 years ago