summaryrefslogtreecommitdiffstats
path: root/test/units/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove encrypt unit tests for undocumented algorithms, which are disallowed i...Sloane Hertel2024-11-011-7/+0
* Fixed broken tests (#84088)Abhijeet Kasurde2024-10-181-2/+2
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-2/+2
* isidentifier: Remove Python 2 specific code (#83688)Abhijeet Kasurde2024-09-231-9/+1
* test: Handle Singleton Display class (#83673)Abhijeet Kasurde2024-08-024-10/+28
* test: update tests (#83686)Abhijeet Kasurde2024-08-012-31/+44
* display: warn user about empty log path value (#83381)Abhijeet Kasurde2024-07-231-0/+16
* Fix Test failure with cowsay installed/present (#83347)MajesticMagikarpKing2024-06-031-2/+1
* Remove deprecated 'loader' argument (#82968)Abhijeet Kasurde2024-04-041-0/+51
* remove repetitive words (#82799)carrychair2024-03-121-1/+1
* test_encrypt: remove unreachable assertion (#82570)Martin Krizek2024-01-191-7/+1
* Remove crypt support from ansible.utils.encrypt (#81721)Martin Krizek2024-01-181-96/+2
* Add skips for encrypt unit tests for Python 3.13Matt Clay2024-01-051-1/+9
* Remove unused/unreachable unit test code (#82160)Matt Clay2023-11-071-13/+13
* Ignore coverage of test code that does not runMatt Clay2023-11-061-2/+2
* 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-021-2/+2
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-7/+3
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-021-1/+1
* Unit test cleanup (#81958)Matt Clay2023-10-122-12/+6
* Remove Python 2 importlib.import_module compat (#81879)Sviatoslav Sydorenko2023-10-101-1/+1
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0527-56/+27
* vars: handle exception in combine_vars (#81700)Abhijeet Kasurde2023-09-191-0/+11
* encrypt: deprecate passlib_or_crypt (#81571)Abhijeet Kasurde2023-09-071-2/+11
* Unit test cleanup (#81556)Matt Clay2023-08-222-23/+19
* add Python 3.12 support to ansible-test (#80834)Sloane Hertel2023-07-211-2/+20
* Remove unreachable code in curses unit test (#81138)Matt Clay2023-06-281-11/+13
* display, also proxy warnings and deprecations (#81060)Brian Coca2023-06-221-3/+15
* Use subset checks for some collection loader tests (#80812)Matt Clay2023-05-161-2/+3
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-0/+95
* Fix pointless statements in unit tests (#79940)Matt Clay2023-02-071-6/+6
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-032-2/+2
* Remove unused unit test code (#79879)Matt Clay2023-02-022-10/+3
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-1/+47
* Skip test if no there are no problematic chars for wcswidth (#78645)Matt Martz2022-08-291-3/+23
* Preflight utf8 encodings check (#78175)Matt Martz2022-07-111-9/+9
* Forked display via queue (#77056)Matt Martz2022-06-071-0/+50
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-234-4/+4
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-233-3/+5
* check finder type before passing path (#76448)Sloane Hertel2021-12-101-0/+12
* catch the case that cowsay is broken (#76326)Brian Coca2021-12-071-0/+27
* use passlib default if `password_hash` option isn't set (#75043)Thomas Sjögren2021-09-211-9/+9
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-241-22/+30
* Vendor `distutils.version` (#74644)Matt Martz2021-05-111-1/+1
* defend against bad or missing crypt (#74304)Brian Coca2021-04-201-1/+1
* Relocate misplaced unit tests.Matt Clay2021-04-171-0/+11
* Fixed/improved regular expresssion for collection names (#73577)Alexei Znamensky2021-03-011-0/+2
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-121-0/+19
* saner path dir management (#72648)Brian Coca2020-12-151-10/+13
* run playbook from collections (#67435)Brian Coca2020-10-281-2/+0