summaryrefslogtreecommitdiffstats
path: root/test/units/executor (follow)
Commit message (Expand)AuthorAgeFilesLines
* PlayIterator - remove deprecated states (#77444)Martin Krizek2022-04-111-30/+0
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-236-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-121-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-111-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-171-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-282-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-151-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-282-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-042-2/+2
* Split up the base_parser functionToshio Kuratomi2019-01-042-6/+6
* Save the command line arguments into a global contextToshio Kuratomi2019-01-042-11/+14
* Cleanups to the common.sys_info APIToshio Kuratomi2019-01-041-6/+8
* Port from plaform.dist to ansible.module_utils.distro.linux_distributionToshio Kuratomi2018-12-171-0/+4
* move some of basic into common (#48078)Andreas Calminder2018-12-071-0/+2
* Support list of dicts with omit. Fixes #45907 (#45923)Matt Martz2018-11-071-0/+12
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-135-10/+10
* Fix unittests for always adding basic to the AnsiBallZ zipsToshio Kuratomi2018-08-251-12/+43
* Remove unused rslt_q, rename the one queue to final_q everywhere (#43894)Matt Martz2018-08-131-7/+7
* module_common: handle None value for templar (#36651)Pilou2018-03-291-3/+3
* Start of tests for modify_module, specifically to ensure proper shebang repla...Matt Martz2018-02-221-0/+42
* Recursively remove args with omit as as their value, to match suboptions in a...Matt Martz2018-01-261-1/+36
* Cache tasks as they are queued instead of en masse (#34752)James Cammarata2018-01-151-10/+0
* Add test for clean_copy preservation of keysMatt Martz2017-12-121-0/+22
* Fix shebang. shebang and interpreter path weren't being templated (#33698)Toshio Kuratomi2017-12-081-12/+21