ansible/test/units/executor
Matt Davis 4c0af6c808
fix internal cases of actions calling unqualified module names (#70818)
* fix internal cases of actions calling unqualified module names

* add porting_guide entry
* misc other fixes around action/module resolution broken by redirection

ci_complete

* Update docs/docsite/rst/porting_guides/porting_guide_2.10.rst

Co-authored-by: Rick Elrod <rick@elrod.me>

* Update docs/docsite/rst/porting_guides/porting_guide_2.10.rst

Co-authored-by: Rick Elrod <rick@elrod.me>

* address review feedback

* pep8

* unit test fixes

* win fixes

* gather_facts fix module args ignores

* docs sanity

* pep8

* fix timeout test

* fix win name rewrites

Co-authored-by: Rick Elrod <rick@elrod.me>
2020-07-23 09:02:57 -07:00
..
module_common refactor Python module_utils locator (#70610) 2020-07-16 17:57:47 -07:00
__init__.py
test_interpreter_discovery.py Make Python path warning say what it means to say (#69669) 2020-05-29 13:15:11 -04:00
test_play_iterator.py Avoid unnecessary comprehensions. 2020-06-18 11:50:31 -07:00
test_playbook_executor.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_task_executor.py fix internal cases of actions calling unqualified module names (#70818) 2020-07-23 09:02:57 -07:00
test_task_queue_manager_callbacks.py unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
test_task_result.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00