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/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
6 years ago
..
role Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_base.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_become.py Unit tests for ansible.playbook.become (#38541) 6 years ago
test_block.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_conditional.py conditional: fix direct boolean "shortcut" (#47941) 6 years ago
test_helpers.py Consolidate handler tracking (#49338) 6 years ago
test_included_file.py Give IncludedFile more context via ansible_search_path (#50045) 6 years ago
test_play.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_play_context.py Move the arguments module into cli/ and context_objects into utils 6 years ago
test_playbook.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
test_task.py Add better error when k=v syntax is used with YAML in tasks (#41754) 6 years ago