summaryrefslogtreecommitdiff
path: root/test/units/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-125-10/+10
* Fix unittests for always adding basic to the AnsiBallZ zipsToshio Kuratomi2018-08-241-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
* Adding aliases for field attributes and renaming async attribute (#33141)James Cammarata2017-11-221-3/+3
* better cleanup on task results display (#27175)Brian Coca2017-10-161-0/+9
* move from with_<lookup>: to loop:Brian Coca2017-10-101-2/+2
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Remove automatic use of system sixToshio Kuratomi2017-07-251-6/+6
* Return code is not very useful to assume a task failedDag Wieers2017-06-271-2/+2
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-305-124/+131
* Remove hack for backwards compatible v2_playbook_on_start callbackToshio Kuratomi2017-04-281-24/+0
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-232-9/+9
* Legacy pep8 updates for setup.py and testsMatt Martz2017-02-111-1/+4
* Combine jimi-c and bcoca's ideas and work on hooking module-utils into Plugin...Toshio Kuratomi2017-01-311-0/+134
* Unittests for some of module_common.py (#20812)Toshio Kuratomi2017-01-301-0/+118
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* Fixing iterator bug related to reworking of end-of-role detectionJames Cammarata2017-01-191-3/+64
* Reworking the way end of role detection is doneJames Cammarata2017-01-181-1/+40
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-071-21/+0
* Change `v2_playbook_on_start` logic to positively detect legacy pluginsSteve Kuznetsov2016-10-281-0/+141