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
Marius Gedminas 823677b490 Replace .iteritems() with six.iteritems()
Replace .iteritems() with six.iteritems() everywhere except in
module_utils (because there's no 'six' on the remote host).  And except
in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure
six is available there.
11 years ago
..
errors Making the switch to v2 11 years ago
executor Fix unit tests broken by 057712c1 11 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Restore the relative path handling portion of #11865 11 years ago
module_utils Use 0oNNN octal syntax in test/ 11 years ago
parsing Update Vault tests to make sure AES decryption works 11 years ago
playbook Merge pull request #12202 from mgedmin/py3k 11 years ago
plugins Fix a parsing bug that prevents IPv6 addresses from being used with `add_host` 11 years ago
template Fix templar unittests for change in preserve_trailing_newline parameter's default value 11 years ago
utils Cleanup combine_vars 11 years ago
vars Replace .iteritems() with six.iteritems() 11 years ago
__init__.py Making the switch to v2 11 years ago