summaryrefslogtreecommitdiffstats
path: root/test/units/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-094-32/+32
* Cover unit tests with mypy (#84084)Matt Clay2024-10-084-9/+17
* Reduce number of implicit meta tasks (#84007)Martin Krizek2024-10-031-108/+26
* psrp - Remove extras lookups (#83760)Jordan Borean2024-09-021-61/+45
* powershell - Improve CLIXML parsing (#83847)Jordan Borean2024-08-231-3/+34
* connection plugins: extras fix (#83353)Brian Coca2024-08-191-7/+8
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-272-3/+3
* Remove extraneous pylint ignore (#83257)Abhijeet Kasurde2024-06-112-4/+0
* connection: update test coverage for SSH connection plugin (#82916)Abhijeet Kasurde2024-04-021-3/+50
* Remove deprecated scp_if_ssh from SSH connection plugin (#82072)Abhijeet Kasurde2024-03-251-62/+3
* Remove os.environ compat for py2 and deprecate ansible.utils.py3compat (#82794)Matt Martz2024-03-081-2/+2
* Avoid winrm hang on stdin write failure (#82766)Jordan Borean2024-03-061-1/+1
* Remove unused unit test codeMatt Clay2024-01-031-6/+2
* fix pc misuse (#82157)Brian Coca2023-11-162-22/+21
* Remove duplicate winrm test (#82124)Jordan Borean2023-11-021-20/+0
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-024-22/+20
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-0214-14/+14
* Remove Python `< 3.5` `selectors` fallbacks (#81872)Sviatoslav Sydorenko2023-10-111-2/+2
* Add more winrm coverage (#81923)Jordan Borean2023-10-051-1/+101
* Add test coverage for winrm (#81910)Jordan Borean2023-10-051-0/+20
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0528-73/+29
* Fix set filters to use set operations (#81639)Matt Clay2023-09-111-36/+49
* Remove unreachable code in password lookup test (#81482)Matt Clay2023-08-091-15/+6
* Fix constructed inventory plugin unit test (#81481)Matt Clay2023-08-091-5/+5
* Replace `reboot_command` integration test with unit tests (#78956)Sviatoslav Sydorenko2023-07-131-0/+214
* Remove unused unit test code (#81150)Matt Clay2023-06-294-112/+32
* Remove unused strategy plugin unit tests (#81146)Matt Clay2023-06-281-491/+0
* Inventory Script Plugin: raise execution error (#81104)Everson Leal2023-06-261-0/+8
* Fix pylint disallowed-name errors (#80854)Abhijeet Kasurde2023-05-221-5/+5
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-037-7/+7
* password lookup, handle ident properly when saved (#80251)Brian Coca2023-03-271-3/+14
* move test so it runs when the plugin is modified (#80158)Sloane Hertel2023-03-071-0/+0
* update paramiko_ssh unit tests load the connection with plugin loader (#80157)Sloane Hertel2023-03-071-6/+8
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-89/+0
* Fix pointless statements in unit tests (#79940)Matt Clay2023-02-072-2/+2
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-035-6/+1
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-1/+9
* Fix password lookup rewrites file when using encrypt (#79431)Gaudenz Steinlin2022-11-291-3/+4
* mention acl in permissions errors (#79209)Brian Coca2022-10-281-1/+1
* fix password unit tests (#79113)Sloane Hertel2022-10-131-31/+20
* fix password lookup's use of f=v settings (#76551)Brian Coca2022-10-111-51/+71
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-3/+3
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-1/+1
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-162-71/+145
* Revert "Re-enable strategy units (#78293)" (#78300)Matt Clay2022-07-191-0/+2
* Re-enable strategy units (#78293)Matt Martz2022-07-191-2/+0
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-2314-14/+14
* Remove deprecated loading cache plugins directly without cache_loader (#77655)Martin Krizek2022-04-281-52/+2
* Better info sourcing (#77511)Brian Coca2022-04-141-0/+10
* Move to display as single source of verbosity (#77498)Brian Coca2022-04-141-1/+0