ansible/test/units/executor
Matt Davis cc8d180801
fix internal cases of actions calling unqualified module names (#70818) (#70840)
* 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>
(cherry picked from commit 4c0af6c808)
2020-07-23 10:29:09 -07:00
..
module_common refactor Python module_utils locator (#70610) (#70711) 2020-07-17 10:57:44 -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 Remove empty setUp/tearDown/tearDownClass methods in test classes. 2019-11-06 08:14:29 -08: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) (#70840) 2020-07-23 10:29:09 -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