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
Toshio Kuratomi 487e6562ca Fix ziploader for the cornercase of ansible invoking ansible.
* Make ziploader's ansible and ansible.module_utils libraries into
  namespace packages.
* Move __version__ and __author__ from ansible/__init__ to
  ansible/release.py.  This is because namespace packages only load one
  __init__.py.  If that is not the __init__.py with the author and
  version info then those won't be available.
* In ziplaoder, move the version ito ANSIBLE_CONSTANTS.
* Change PluginLoader to properly construct the path to the plugins even
  when namespace packages are present.
8 years ago
..
action Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
cache Fixed import typo for memcache module in tests. 9 years ago
callback Squashed commit of the following: 9 years ago
connections Fix ssh connection unittests for python3.4 8 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
lookup Fix problem with "=" in the initial file path. 9 years ago
shell Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
strategies correctly deals with non serializable type 9 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
__init__.py Making the switch to v2 9 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago