1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units
Brian Coca e2f17f8d9b set cwd to task's basedir ()
* 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 

* removed FIXME since prev commit 'fixes' this

* fix tests, now they need a loader (thanks jimi!)
2016-07-25 08:11:45 -04:00
..
cli Test GalaxyCLI when no actions are provided 2016-07-22 14:39:01 -04:00
contrib Add a new vmware inventory script backed by pyvmomi () 2016-05-30 20:41:48 -04:00
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Parse async response in async action. () 2016-07-01 14:52:45 -07:00
inventory Changing up how host (in)equality is checked 2015-12-04 12:57:46 -05:00
inventory_test_data/group_vars
mock A little unittest refactoring () 2016-07-14 09:22:54 -07:00
module_utils A little unittest refactoring () 2016-07-14 09:22:54 -07:00
modules docker was deprecated, test now reflects new name 2016-05-26 09:12:23 -04:00
parsing New unit tests for fix 2016-03-28 15:54:07 -04:00
playbook Fix mock loader for osx /etc symlinks () 2016-05-31 18:02:39 -04:00
plugins set cwd to task's basedir () 2016-07-25 08:11:45 -04:00
template Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00
utils Python 3: shlex.split() wants unicode 2015-09-24 12:36:05 +03:00
vars Adding unit tests for role variable precedence 2016-07-20 10:14:44 -04:00
__init__.py