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/playbook
Toshio Kuratomi 27c7d5bb01 Move the arguments module into cli/ and context_objects into utils
* Note: Python2 is not as intelligent at detecting false import loops as
  Python3.  context_objects.py cannot be added to cli/arguments because it
  would set up an import loop between cli/__init__.py,
  cli/arguments/context_objects.py, and context.py on Python2.

ci_complete
2019-01-03 18:12:23 -08:00
..
role
__init__.py
test_attribute.py
test_base.py
test_become.py
test_block.py
test_conditional.py conditional: fix direct boolean "shortcut" () 2018-11-07 21:33:54 +01:00
test_helpers.py Consolidate handler tracking () 2018-12-11 10:58:19 -05:00
test_included_file.py Give IncludedFile more context via ansible_search_path () 2019-01-03 16:13:02 -05:00
test_play.py
test_play_context.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_playbook.py
test_taggable.py Allow tags to be templated from a variable () 2018-12-17 15:40:26 -06:00
test_task.py Add better error when k=v syntax is used with YAML in tasks () 2018-12-04 12:32:02 -05:00