summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* facts: Skip path if the distribution path is directory (#84012)Abhijeet Kasurde2024-09-261-0/+17
* Move ansible-deprecated ignores for tests inline (#83989)Matt Clay2024-09-242-13/+13
* Do not convert floats to ints when there is truncation (#83864)Brian Coca2024-09-202-6/+6
* Add DaemonThreadPoolExecutor impl (#83880)Matt Davis2024-09-034-0/+77
* fix copy module update atime/mtime (#83235)dkuji2024-08-141-0/+1
* Deprecate remaining safe evals (#83293)Martin Krizek2024-08-081-1/+4
* systemd facts: Handle AttributeError (#83684)Abhijeet Kasurde2024-08-011-3/+18
* test: update tests (#83686)Abhijeet Kasurde2024-08-013-62/+48
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-276-6/+6
* Add SL-Micro to Suse family list (#83541)Harshvardhan Sharma2024-07-081-0/+23
* human_to_bytes: strictly parse strings (#83403)MajesticMagikarpKing2024-06-181-0/+73
* Revert warning message in setup/gather_facts (#83427)Abhijeet Kasurde2024-06-113-21/+2
* Remove extraneous pylint ignore (#83257)Abhijeet Kasurde2024-06-114-17/+5
* facts: add facts about x86_64 flags to detect microarchitecture (#83356)Abhijeet Kasurde2024-06-043-14/+40
* test: Cleanup facts/network/* tests (#83256)Abhijeet Kasurde2024-05-304-195/+186
* Warn if the binary is unavailable using get_bin_path (#83258)Abhijeet Kasurde2024-05-162-1/+20
* setup module, make missing sysctl minor issue (#81297)Brian Coca2024-05-163-32/+26
* Darwin: add unit tests for hardware fact gathering (#83212)Abhijeet Kasurde2024-05-083-0/+651
* facts: Update RAID devices regex for FreeBSD (#82081)Peter Whall2024-05-063-0/+565
* Gather sysinfo facts on s390 (#83157)Matt Martz2024-05-012-0/+264
* atomic_move - fix preserving extended acls (#82818)Sloane Hertel2024-03-181-9/+9
* Handle error raised when argument validation (#82783)Abhijeet Kasurde2024-03-071-1/+15
* Use of constant for 644 permission variable (#82762)Abhijeet Kasurde2024-03-051-1/+2
* Fixed typo 'must by' to 'must be' (#82769)Orion Poplawski2024-03-051-1/+1
* Add MIRACLE LINUX as RedHat OS Family (#82722)tikfj2024-02-271-0/+39
* Remove the yum module, redirect it to dnf (#81895)Martin Krizek2024-01-231-24/+9
* Fix url encoded credentials in netloc (#82552)Yacht Shaver2024-01-231-3/+8
* 🔥 Exterminate `__builtin__` import from tests (#82569)Sviatoslav Sydorenko (Святослав Сидоренко)2024-01-191-5/+1
* Add Alp-Dolomite to Suse family list (#82496)Harshvardhan Sharma2024-01-091-0/+23
* Remove unused unit test code (#82168)Matt Clay2023-11-081-82/+1
* Remove unused/unreachable unit test code (#82160)Matt Clay2023-11-075-22/+1
* Remove unit tests dependent on systemd bindings (#82161)Matt Clay2023-11-071-72/+0
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-0221-75/+39
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-0231-39/+39
* Add ignore invalid options override for mod wrapper (#81899)Jordan Borean2023-10-171-0/+2
* Unit test cleanup (#81958)Matt Clay2023-10-123-61/+1
* Remove Python `< 3.5` `selectors` fallbacks (#81872)Sviatoslav Sydorenko2023-10-111-1/+1
* Remove py2 support from urls.py (#81880)Matt Martz2023-10-097-320/+96
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-05119-265/+119
* Drop Python 2.7 and Python 3.6 support (#81866)Matt Clay2023-10-031-14/+0
* Extend mount info (#81768)Hungtsetse2023-09-261-0/+2
* Add unit tests for module_utils.compat.datetime (#81483)Matt Clay2023-08-092-0/+34
* Revert logic to use Popen.communicate (#80874)Matt Martz2023-08-091-10/+10
* 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
* Fix ansible_pkg_mgr is unknown in Kylin Linux (#81314)ERIK2023-07-251-0/+12
* ansible-test - update module_utils/urls.py unit test to support cryptography ...Sloane Hertel2023-07-201-4/+25
* Improve code coverage of unit tests (#81119)Matt Clay2023-06-244-37/+4
* Use isinstance in unit tests for type checks (#80906)Matt Clay2023-05-271-1/+1
* Fix pylint disallowed-name errors (#80854)Abhijeet Kasurde2023-05-221-3/+3