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
Adrian Likins 718b786157 Fix test failures if 'future' package is installed (#15005)
The python 'future' module provides a 'builtins' package
to emulate the py3 'builtins' modules. If installed, the
unit tests that reference builtins.__import__ fail because
the future 'builtins' is imported and it is missing __import__.

Use ansible.compat.six.moves.builtins instead of importing
'builtins' or __builtin__

Fixes #14996
8 years ago
..
cli Legacy pep8 updates for setup.py and tests 8 years ago
contrib PEP 8 W291 whitespace cleanup. 8 years ago
errors Legacy pep8 updates for setup.py and tests 8 years ago
executor Legacy pep8 updates for setup.py and tests 8 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock Legacy pep8 updates for setup.py and tests 8 years ago
module_utils Ensure ssh hostkey checks respect server port (#20840) 8 years ago
modules refactors junos modules to support persistent socket connections (#21365) 8 years ago
parsing Legacy pep8 updates for setup.py and tests 8 years ago
playbook Legacy pep8 updates for setup.py and tests 8 years ago
plugins Fix test failures if 'future' package is installed (#15005) 8 years ago
template Don't check for var._obj in template._clean_data (#20868) 8 years ago
utils PEP 8 indent cleanup. (#20800) 8 years ago
vars PEP 8 indent cleanup. (#20800) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago