ansible/test/units/cli
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
..
arguments Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_data/role_skeleton Link to the Galaxy platforms list from the meta file template (#34046) 2018-09-17 13:39:54 -05:00
__init__.py
test_adhoc.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
test_cli.py Split up the base_parser function 2019-01-03 18:12:23 -08:00
test_console.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_galaxy.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_playbook.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
test_vault.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00