ansible/test/units/playbook
Brian Coca e40832df84
become mixin is no more (#54002)
* become mixin is no more
  since sudo/su keywords are removed in 2.9 .. no need to keep this code around
 * also don't need test for code that is removed
 * made preprocess_data on base noop
   its not used by anything anymore, but kept for backwards compat since other methods of same name are used
2019-04-12 12:13:55 -04:00
..
role Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
__init__.py
test_attribute.py
test_base.py become mixin is no more (#54002) 2019-04-12 12:13:55 -04:00
test_block.py
test_conditional.py
test_helpers.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
test_included_file.py Don't pollute include_variables (#54687) 2019-04-09 10:14:42 -05:00
test_play.py
test_play_context.py become mixin is no more (#54002) 2019-04-12 12:13:55 -04:00
test_playbook.py
test_taggable.py
test_task.py