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 e2f17f8d9b 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!)
8 years ago
..
cli Test GalaxyCLI when no actions are provided 8 years ago
contrib
errors Relocate use of ERROR to display class, to avoid doubling up 9 years ago
executor
inventory
inventory_test_data/group_vars
mock A little unittest refactoring (#16704) 8 years ago
module_utils A little unittest refactoring (#16704) 8 years ago
modules docker was deprecated, test now reflects new name 9 years ago
parsing New unit tests for #13630 fix 9 years ago
playbook
plugins set cwd to task's basedir (#16805) 8 years ago
template
utils Python 3: shlex.split() wants unicode 9 years ago
vars Adding unit tests for role variable precedence 8 years ago
__init__.py