ansible/test/units
David Shrewsbury 90595736ed
Fix local connection interaction with become plugins (#86473)
The local connection plugin is incorrectly passing a bytearray to methods of become plugins that expect bytes. A recent change to the su plugin exposed this by breaking the become plugin for different locale settings (the bytearray was not properly converted to a str for comparison operations). This changes the local connection plugin to send bytes.
2026-02-02 09:02:53 -05:00
..
_internal Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
_vendor Require from __future__ import annotations (#81902) 2023-10-04 22:11:17 +00:00
ansible_test ansible-test - Improve AZP commit API error handling (#86197) 2025-11-14 03:59:26 +00:00
cli ansible-galaxy - Change error to warning when no paths exist (#86341) 2026-01-07 11:24:30 -05:00
config Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
errors Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
executor six cleanup (#85284) 2025-08-12 12:19:49 +02:00
galaxy Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
inventory inventory: Add warning for invalid priority values (#86114) 2025-11-04 10:52:15 -05:00
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 2015-05-28 15:26:03 -05:00
mock Clean up TE error handling, wrap sigalrm handler (#85232) 2025-05-30 10:45:10 -07:00
module_utils Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
modules get_url: Fix regex for GNU digest line (#86134) 2025-11-17 15:29:43 -08:00
parsing Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
playbook Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
plugins Fix local connection interaction with become plugins (#86473) 2026-02-02 09:02:53 -05:00
regex Remove Python 2.x compat from unit tests (#82109) 2023-11-01 16:37:08 -07:00
template deprecate invalid variable names in inventory (#85377) 2025-06-23 16:55:53 -07:00
test_utils Move display internals into _internal (#85889) 2025-09-22 16:07:10 -07:00
utils Spelling and grammar fixes (#86417) 2026-01-13 11:34:56 -08:00
vars Templating overhaul, implement Data Tagging (#84621) 2025-04-14 08:54:36 -07:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
conftest.py Add missing warning methods and args (#85225) 2025-05-30 11:36:21 -07:00
controller_only_conftest.py recategorize pass over DTFIX-MERGE entries post b4 (#85155) 2025-05-13 23:24:18 +00:00
requirements.txt Use bcrypt < 5 for unit tests (#85969) 2025-10-09 19:32:27 +00:00
test_context.py Require from __future__ import annotations (#81902) 2023-10-04 22:11:17 +00:00
test_no_tty.py Require from __future__ import annotations (#81902) 2023-10-04 22:11:17 +00:00