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/plugins
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
..
action Fix test failures if 'future' package is installed (#15005) 8 years ago
cache PEP 8 E111 & E114 cleanup. (#20838) 8 years ago
callback allow debug to be 'changed' (#20957) 8 years ago
connection updates netconf to use persistent socket (#21307) 8 years ago
filter Add empty-init code-smell script. (#18406) 8 years ago
inventory Add empty-init code-smell script. (#18406) 8 years ago
lookup PEP 8 indent cleanup. (#20800) 8 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy PEP 8 W291 whitespace cleanup. 8 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago