summaryrefslogtreecommitdiffstats
path: root/test/units (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove py2 support from urls.py (#81880)Matt Martz2023-10-097-320/+96
* ansible-galaxy - fix traceback error for invalid req file (#81917)Jordan Borean2023-10-051-0/+14
* 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-05274-644/+277
* Drop Python 2.7 and Python 3.6 support (#81866)Matt Clay2023-10-032-15/+0
* Properly template tags in parent blocks (#81624)Martin Krizek2023-10-031-0/+1
* Extend mount info (#81768)Hungtsetse2023-09-261-0/+2
* Handle exceptions in interpreter discovery (#81745)Abhijeet Kasurde2023-09-211-0/+12
* Make sure paths are treated correctly when building collection files manifest...Carlos Camacho2023-09-201-4/+19
* vars: handle exception in combine_vars (#81700)Abhijeet Kasurde2023-09-191-0/+11
* Fix set filters to use set operations (#81639)Matt Clay2023-09-111-36/+49
* encrypt: deprecate passlib_or_crypt (#81571)Abhijeet Kasurde2023-09-071-2/+11
* Unit test cleanup (#81556)Matt Clay2023-08-222-23/+19
* Add unit tests for module_utils.compat.datetime (#81483)Matt Clay2023-08-092-0/+34
* 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
* Revert logic to use Popen.communicate (#80874)Matt Martz2023-08-091-10/+10
* iptables chain creation does not populate with a rule (#80257)Kristopher Newsome2023-08-041-31/+9
* galaxy: Cross check the collection type (#81423)Abhijeet Kasurde2023-08-031-0/+21
* remove deprecated datetime.datetime methods (#81323)Sloane Hertel2023-07-261-8/+7
* pep8: fix sanity for 3.12 (#81348)Abhijeet Kasurde2023-07-261-1/+1