summaryrefslogtreecommitdiffstats
path: root/test/units/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cover unit tests with mypy (#84084)Matt Clay2024-10-081-81/+89
* Fix error message given by ansible.module_utils.facts.timeout.timeout (#83945)Sloane Hertel2024-10-031-3/+1
* debconf: set empty password value (#83217)Abhijeet Kasurde2024-10-011-0/+63
* Add mount_facts module (#83508)Sloane Hertel2024-09-192-0/+994
* iptables, use existing validation (#83907)Brian Coca2024-09-061-14/+0
* unarchive: Better handling of files with an invalid timestamp in zip file (#8...Gilson Guimarães2024-06-131-0/+53
* test_apt: migrate from unittest to pytest (#82666)Abhijeet Kasurde2024-03-151-40/+40
* Follow fix for test_iptables (#82768)Abhijeet Kasurde2024-03-051-1/+1
* test: migrate iptables tests from unittests to pytest (#82647)Abhijeet Kasurde2024-03-011-1154/+1410
* iptables: added choices in match_set_flags option (#82641)Abhijeet Kasurde2024-02-061-56/+61
* Remove the yum module, redirect it to dnf (#81895)Martin Krizek2024-01-231-221/+0
* uri: Handle the "force" parameter properly (#82187)Mike Bonnet2024-01-231-0/+43
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-022-5/+1
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-029-13/+13
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0515-32/+15
* iptables chain creation does not populate with a rule (#80257)Kristopher Newsome2023-08-041-31/+9
* Improve code coverage of unit tests (#81119)Matt Clay2023-06-245-56/+13
* Fix pylint disallowed-name errors (#80854)Abhijeet Kasurde2023-05-221-8/+8
* Fix hard-coded interpreter in test_async_wrapper (#80816)Matt Clay2023-05-171-2/+2
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-033-3/+3
* _symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#...Sloane Hertel2023-04-271-0/+4
* Symbolic modes with X or =[ugo] always use original mode (#80132)Sean Reifschneider2023-04-111-6/+13
* Update collections.abc imports (#79911)Matt Clay2023-02-041-1/+1
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-032-6/+0
* Prefer unittest.mock over mock. (#77886)Matt Clay2022-05-237-15/+13
* unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271)Felix Fontein2022-03-171-0/+2
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-237-7/+9
* Resubmit: Use SystemdStrategy for Debian in the hostname module (#76929)Thomas Sjögren2022-02-091-0/+13
* iptables - added a ``chain_management`` parameter to control chain (#76378)Éloi Rivard2022-01-241-13/+197
* Unbreak hostname.RedHatStrategy (#76032)Martijn Pieters2021-11-151-0/+99
* pip - Use pip from the current Python interpreter. (#75634)Matt Clay2021-09-041-0/+2
* yum: fix parsing of check-update with subsequent empty lines (#75452)Martin Krizek2021-08-201-0/+15
* modules moved to use best_parsable_locale (#75250)Brian Coca2021-07-151-0/+5
* get_distribution - Return distribution for all platforms (#71641)Sam Doran2021-06-111-0/+2
* apt_key: add --recv argument as last one (#74949)Jonathan Kirszling2021-06-101-0/+27
* unarchive - do not fail in init when trying to find required binary (#74892)Sam Doran2021-06-071-18/+33
* unarchive: Fail when zipinfo is not available (#74632)Abhijeet Kasurde2021-06-021-0/+76
* Remove commented code (#74860)Abhijeet Kasurde2021-06-011-10/+0
* hostname: clean up strategiesAlexander Sowitzki2021-05-271-1/+1
* [hostname] don't write in get_*() methodsRick Elrod2021-05-271-0/+35
* async_wrapper more info on end (#74199)Brian Coca2021-04-131-2/+3
* Solaris: Correct version check in svcadm_supports_sync API (#73860)Guillermo Adrián Molina2021-04-101-0/+68
* Fix comment in iptables unit test (#74061)Amin Vakil2021-03-301-1/+1
* iptables: Added set module/match_set support (#72984)Martin Zimmermann2021-01-111-0/+63
* iptables: Adding multiport module support (#72928)Martin Zimmermann2020-12-141-0/+36
* iptables: Reorder comment postition (#71496)Amin Vakil2020-11-091-0/+41
* service_facts: return service state information on AIX (#72073)dberg12020-10-131-0/+126
* sanity: remove ansible-bad-function (#70431)Abhijeet Kasurde2020-07-071-1/+1
* Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283)jctanner2020-06-251-0/+57
* Clean up unit test boilerplate.Matt Clay2020-06-229-2/+24