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
Brian Coca 9255a618e3 set cwd to task's basedir (#16805)
* switch cwd to basedir of task

This restores previous behaviour in pre 2.0 and allows for 'local type' plugins
and actions to have a more predictable relative path.

fixes #14489

* removed FIXME since prev commit 'fixes' this

* fix tests, now they need a loader (thanks jimi!)

(cherry picked from commit e2f17f8d9b)
10 years ago
..
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Parse async response in async action. (#16534) 10 years ago
inventory Changing up how host (in)equality is checked 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock add _load_params debug overrides for module args/file passed on cmdline 10 years ago
module_utils Don't use 'from ansible.module_utils import foo' style here as it breaks (#15756) 10 years ago
modules Fix docker unit test. Not deprecated in 2.1. 10 years ago
parsing New unit tests for #13630 fix 10 years ago
playbook add centrify dzdo escalation (#15219) 10 years ago
plugins set cwd to task's basedir (#16805) 10 years ago
template Cleaning up FIXMEs 10 years ago
utils Python 3: shlex.split() wants unicode 10 years ago
vars Adds 'ansible_check_mode' boolean magic variable 10 years ago
__init__.py Making the switch to v2 11 years ago