ansible/test/units/playbook
Toshio Kuratomi 235bdfb996 Remove shell module specialcases
Shell is implemented via the command module.  There was a special case
in mod_args to do that.  Make shell into an action plugin to handle that
instead.

Also move the special case for the command nanny into a command module
action plugin.  This is more appropriate as we then do not have to send
a parameter that is only for the command module to every single module.
2017-12-21 20:42:44 -08:00
..
role Fix include_role unit tests (#31920) 2017-11-02 10:36:15 -05:00
__init__.py
test_attribute.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_base.py less confusing 'args' message (#29053) 2017-09-06 18:20:06 -04:00
test_block.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_conditional.py Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
test_helpers.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_included_file.py
test_play.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
test_play_context.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
test_playbook.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_taggable.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_task.py Remove shell module specialcases 2017-12-21 20:42:44 -08:00