summaryrefslogtreecommitdiff
path: root/test/units/executor
Commit message (Expand)AuthorAgeFilesLines
* Do not double calculate loops and `delegate_to` (#80171)Matt Martz2023-03-231-1/+14
* Avoid trailing spaces in unit test (#80033)Matt Clay2023-02-171-9/+10
* Add condition that causes a when to skip a task to output msg (#78918)Jordan Borean2023-02-151-0/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-031-1/+0
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-024-12/+11
* Remove unused and unreachable unit test code (#79854)Matt Clay2023-01-303-16/+4
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-1/+5
* Fix connection/become task loop settings (#78565)Jordan Borean2022-09-301-0/+1
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-171-0/+2
* Clean up unit tests. (#78498)Matt Clay2022-08-101-3/+3
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-05-241-4/+17
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-236-7/+7
* PlayIterator - remove deprecated states (#77444)Martin Krizek2022-04-111-30/+0
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-226-6/+6
* Allow specifying specific python via shebang (#76677)Brian Coca2022-01-131-1/+4
* Introduce public methods to access PlayIterator._host_states (#74416)Martin Krizek2021-11-091-2/+2
* PlayIterator: use enums for states (#74511)Martin Krizek2021-10-261-5/+34
* Fix up string splitting to prepare for pylint update. (#75479)Matt Clay2021-08-111-2/+2
* Change interpreter discovery defaults to silently prefer Python 3 (#75049)Sam Doran2021-08-041-3/+2
* Try to get best usable locale (#75033)Brian Coca2021-06-231-0/+1
* Use ArgumentSpecValidator in AnsibleModule (#73703)Sam Doran2021-03-191-1/+2
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-0/+1
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-091-0/+5
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-1/+1
* refactor Python module_utils locator (#70610)Matt Davis2020-07-161-87/+6
* Nuke with_ squashing, deprecated for 2.11 (#70209)Rick Elrod2020-06-231-183/+0
* Avoid unnecessary comprehensions.Matt Clay2020-06-181-1/+1
* Make Python path warning say what it means to say (#69669)Karl Fogel2020-05-291-1/+1
* Fix filedescriptor out of range in select() when running commands (#65058)Bob Weinand2020-05-141-0/+6
* Try to load action plugin from the same collection as the module (#66701)Nathaniel Case2020-01-311-6/+6
* Add mechanism for storing warnings and deprecations outside of AnsibleModule ...Sam Doran2020-01-281-0/+2
* Fix network action plugin load in collection (#65849)Ganesh Nalawade2019-12-161-6/+8
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-062-12/+0
* Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287)Matt Martz2019-09-131-0/+24
* Properly load module_prefix for collections in task_executor.py (#60420)Paul Belanger2019-08-291-0/+104
* Support relative imports in AnsiballZ. (#61196)Matt Clay2019-08-272-40/+113
* Fix unit tests to work with pytest >= 5.0 (#60246)Sam Doran2019-08-091-2/+2
* unit tests: remove unused imports (#59636)Andrey Klychkov2019-07-263-5/+1
* Support using importlib on py>=3 to avoid imp deprecation (#54883)Matt Martz2019-04-251-29/+18
* Move type checking methods out of basic.py and add unit tests (#53687)Sam Doran2019-03-211-1/+8
* Move utility functions out of basic.py (#51715)Sam Doran2019-03-141-0/+2
* Use unicode string for auto interpreter warnings (#53671)Jordan Borean2019-03-121-0/+87
* Move _handle_no_log_values() out of basic.py (#48628)Sam Doran2019-03-041-0/+1
* Move _handle_aliases() out of basic.py (#48578)Sam Doran2019-02-281-1/+8
* Python interpreter discovery (#50163)Matt Davis2019-02-272-5/+10
* Handle exception raised in recursive_finder API (#49590)Abhijeet Kasurde2019-01-041-0/+14
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-032-2/+2
* Split up the base_parser functionToshio Kuratomi2019-01-032-6/+6
* Save the command line arguments into a global contextToshio Kuratomi2019-01-032-11/+14
* Cleanups to the common.sys_info APIToshio Kuratomi2019-01-031-6/+8