ansible/test/units/utils
Matt Clay d4dec59cb0 Fix collection loader builtin handling. (#58897)
- Support more import statements:

  from ansible_collections.ansible.builtin.plugins.module_utils import basic
  from ansible_collections.ansible.builtin.plugins.module_utils.basic import AnsibleModule

- Add unit tests for more import statements.
- Raise ImportError instead of returning None if load_module fails.
2019-07-16 13:40:22 -07:00
..
fixtures/collections/ansible_collections/my_namespace/my_collection/plugins Fix collection loader and add unit tests. (#58701) 2019-07-09 17:31:33 -07:00
__init__.py Cleanup combine_vars 2015-09-01 11:23:12 -07:00
amazon_placebo_fixtures.py [aws unit test utils] only create a recordings directory when the env var is set (#45752) 2018-09-17 18:16:44 -04:00
kubevirt_fixtures.py kubevirt: even more unit tests (#58593) 2019-07-05 20:35:32 +10:00
test_cleanup_tmp_file.py Use atexit to cleanup tmp dirs (#56532) 2019-06-28 16:19:27 -04:00
test_collection_loader.py Fix collection loader builtin handling. (#58897) 2019-07-16 13:40:22 -07:00
test_context_objects.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_encrypt.py Skip tests with unsatisfied deps (#55853) 2019-06-28 13:09:36 -07:00
test_helpers.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_shlex.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_unsafe_proxy.py Add unit tests for unsafe_proxy (#47887) 2018-11-01 16:42:32 -05:00
test_vars.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00