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
2017-02-16 11:36:26 -05:00
..
action Fix test failures if 'future' package is installed (#15005) 2017-02-16 11:36:26 -05:00
cache PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
callback allow debug to be 'changed' (#20957) 2017-02-02 13:46:16 -05:00
connection updates netconf to use persistent socket (#21307) 2017-02-12 09:05:23 -05:00
filter Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
inventory Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
lookup PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00