summaryrefslogtreecommitdiffstats
path: root/test/units (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove nonexistent url from role templates (#82933)Sloane Hertel2024-04-021-18/+0
* connection: update test coverage for SSH connection plugin (#82916)Abhijeet Kasurde2024-04-021-3/+50
* Fix condition for unquoting configuration strings from ini files (#82388)snipfoo2024-03-261-9/+9
* Remove deprecated scp_if_ssh from SSH connection plugin (#82072)Abhijeet Kasurde2024-03-251-62/+3
* pylint: update for use-yield-fromAbhijeet Kasurde2024-03-211-4/+2
* atomic_move - fix preserving extended acls (#82818)Sloane Hertel2024-03-181-9/+9
* Enable file cache for vaulted host_vars_files vars plugin (#81995)tobixx2024-03-152-2/+17
* test_apt: migrate from unittest to pytest (#82666)Abhijeet Kasurde2024-03-151-40/+40
* remove repetitive words (#82799)carrychair2024-03-121-1/+1
* Remove os.environ compat for py2 and deprecate ansible.utils.py3compat (#82794)Matt Martz2024-03-081-2/+2
* Handle error raised when argument validation (#82783)Abhijeet Kasurde2024-03-071-1/+15
* Avoid winrm hang on stdin write failure (#82766)Jordan Borean2024-03-061-1/+1
* Use of constant for 644 permission variable (#82762)Abhijeet Kasurde2024-03-055-14/+19
* Follow fix for test_iptables (#82768)Abhijeet Kasurde2024-03-051-1/+1
* Fixed typo 'must by' to 'must be' (#82769)Orion Poplawski2024-03-051-1/+1
* test: migrate iptables tests from unittests to pytest (#82647)Abhijeet Kasurde2024-03-011-1154/+1410
* Add MIRACLE LINUX as RedHat OS Family (#82722)tikfj2024-02-271-0/+39
* Updates to interpreter discovery for 2.17 (#82420)Matt Martz2024-02-141-15/+15
* iptables: added choices in match_set_flags option (#82641)Abhijeet Kasurde2024-02-061-56/+61
* prettyfy ansible-doc (#75116)Brian Coca2024-01-291-3/+9
* Remove the yum module, redirect it to dnf (#81895)Martin Krizek2024-01-232-245/+9
* Fix url encoded credentials in netloc (#82552)Yacht Shaver2024-01-231-3/+8
* uri: Handle the "force" parameter properly (#82187)Mike Bonnet2024-01-231-0/+43
* test_encrypt: remove unreachable assertion (#82570)Martin Krizek2024-01-191-7/+1
* 🔥 Exterminate `__builtin__` import from tests (#82569)Sviatoslav Sydorenko (Святослав Сидоренко)2024-01-191-5/+1
* Remove crypt support from ansible.utils.encrypt (#81721)Martin Krizek2024-01-181-96/+2
* Add Alp-Dolomite to Suse family list (#82496)Harshvardhan Sharma2024-01-091-0/+23
* Add the task info for tombstoned module/action plugins (#82451)Sloane Hertel2024-01-081-3/+0
* Add skips for encrypt unit tests for Python 3.13Matt Clay2024-01-051-1/+9
* Remove unused unit test codeMatt Clay2024-01-031-6/+2
* Revert "Fix older external connection plugins without _sub_plugin declaration...Brian Coca2024-01-031-84/+1
* Fix older external connection plugins without _sub_plugin declaration (#79372)J vanBemmel2024-01-031-1/+84
* ansible-galaxy - fix exit code for failed role import (#82193)Sloane Hertel2023-12-121-1/+18
* fix pc misuse (#82157)Brian Coca2023-11-162-22/+21
* Remove unused unit test code (#82168)Matt Clay2023-11-081-82/+1
* Remove unused validate-modules unit test codeMatt Clay2023-11-071-24/+0
* Remove unused/unreachable unit test code (#82160)Matt Clay2023-11-076-35/+14
* Remove unit tests dependent on systemd bindings (#82161)Matt Clay2023-11-071-72/+0
* Remove type_regex testcaseAbhijeet Kasurde2023-11-071-39/+0
* Ignore coverage of test code that does not runMatt Clay2023-11-061-2/+2
* Remove create_new_password parameter in CLI.build_vault_ids (#82066)JustinWayland2023-11-061-24/+4
* Ignore coverage on code intended never to execute (#82128)Matt Clay2023-11-027-14/+13
* Ignore code which coverage can't analyze (#82125)Matt Clay2023-11-022-3/+3
* Remove duplicate winrm test (#82124)Jordan Borean2023-11-021-20/+0
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-0239-168/+111
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-0293-151/+102
* Add ignore invalid options override for mod wrapper (#81899)Jordan Borean2023-10-171-0/+2
* Unit test cleanup (#81958)Matt Clay2023-10-125-73/+7
* Remove Python `< 3.5` `selectors` fallbacks (#81872)Sviatoslav Sydorenko2023-10-113-5/+3
* Remove Python 2 importlib.import_module compat (#81879)Sviatoslav Sydorenko2023-10-101-1/+1