index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove encrypt unit tests for undocumented algorithms, which are disallowed i...
Sloane Hertel
2024-11-01
1
-7
/
+0
*
Fixed broken tests (#84088)
Abhijeet Kasurde
2024-10-18
1
-2
/
+2
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
1
-2
/
+2
*
isidentifier: Remove Python 2 specific code (#83688)
Abhijeet Kasurde
2024-09-23
1
-9
/
+1
*
test: Handle Singleton Display class (#83673)
Abhijeet Kasurde
2024-08-02
4
-10
/
+28
*
test: update tests (#83686)
Abhijeet Kasurde
2024-08-01
2
-31
/
+44
*
display: warn user about empty log path value (#83381)
Abhijeet Kasurde
2024-07-23
1
-0
/
+16
*
Fix Test failure with cowsay installed/present (#83347)
MajesticMagikarpKing
2024-06-03
1
-2
/
+1
*
Remove deprecated 'loader' argument (#82968)
Abhijeet Kasurde
2024-04-04
1
-0
/
+51
*
remove repetitive words (#82799)
carrychair
2024-03-12
1
-1
/
+1
*
test_encrypt: remove unreachable assertion (#82570)
Martin Krizek
2024-01-19
1
-7
/
+1
*
Remove crypt support from ansible.utils.encrypt (#81721)
Martin Krizek
2024-01-18
1
-96
/
+2
*
Add skips for encrypt unit tests for Python 3.13
Matt Clay
2024-01-05
1
-1
/
+9
*
Remove unused/unreachable unit test code (#82160)
Matt Clay
2023-11-07
1
-13
/
+13
*
Ignore coverage of test code that does not run
Matt Clay
2023-11-06
1
-2
/
+2
*
Ignore coverage on code intended never to execute (#82128)
Matt Clay
2023-11-02
7
-14
/
+13
*
Ignore code which coverage can't analyze (#82125)
Matt Clay
2023-11-02
1
-2
/
+2
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
1
-7
/
+3
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
1
-1
/
+1
*
Unit test cleanup (#81958)
Matt Clay
2023-10-12
2
-12
/
+6
*
Remove Python 2 importlib.import_module compat (#81879)
Sviatoslav Sydorenko
2023-10-10
1
-1
/
+1
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
27
-56
/
+27
*
vars: handle exception in combine_vars (#81700)
Abhijeet Kasurde
2023-09-19
1
-0
/
+11
*
encrypt: deprecate passlib_or_crypt (#81571)
Abhijeet Kasurde
2023-09-07
1
-2
/
+11
*
Unit test cleanup (#81556)
Matt Clay
2023-08-22
2
-23
/
+19
*
add Python 3.12 support to ansible-test (#80834)
Sloane Hertel
2023-07-21
1
-2
/
+20
*
Remove unreachable code in curses unit test (#81138)
Matt Clay
2023-06-28
1
-11
/
+13
*
display, also proxy warnings and deprecations (#81060)
Brian Coca
2023-06-22
1
-3
/
+15
*
Use subset checks for some collection loader tests (#80812)
Matt Clay
2023-05-16
1
-2
/
+3
*
add a worker queue to get updates from the main results thread (#79886)
Sloane Hertel
2023-02-28
1
-0
/
+95
*
Fix pointless statements in unit tests (#79940)
Matt Clay
2023-02-07
1
-6
/
+6
*
Clean up unused imports in unit tests (#79893)
Matt Clay
2023-02-03
2
-2
/
+2
*
Remove unused unit test code (#79879)
Matt Clay
2023-02-02
2
-10
/
+3
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
2
-1
/
+47
*
Skip test if no there are no problematic chars for wcswidth (#78645)
Matt Martz
2022-08-29
1
-3
/
+23
*
Preflight utf8 encodings check (#78175)
Matt Martz
2022-07-11
1
-9
/
+9
*
Forked display via queue (#77056)
Matt Martz
2022-06-07
1
-0
/
+50
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
4
-4
/
+4
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
3
-3
/
+5
*
check finder type before passing path (#76448)
Sloane Hertel
2021-12-10
1
-0
/
+12
*
catch the case that cowsay is broken (#76326)
Brian Coca
2021-12-07
1
-0
/
+27
*
use passlib default if `password_hash` option isn't set (#75043)
Thomas Sjögren
2021-09-21
1
-9
/
+9
*
encrypt: add new paramter 'ident' (#74595)
Abhijeet Kasurde
2021-05-24
1
-22
/
+30
*
Vendor `distutils.version` (#74644)
Matt Martz
2021-05-11
1
-1
/
+1
*
defend against bad or missing crypt (#74304)
Brian Coca
2021-04-20
1
-1
/
+1
*
Relocate misplaced unit tests.
Matt Clay
2021-04-17
1
-0
/
+11
*
Fixed/improved regular expresssion for collection names (#73577)
Alexei Znamensky
2021-03-01
1
-0
/
+2
*
Use iskeyword and str.isidentifier for "is FQCN" (#73279)
Sviatoslav Sydorenko
2021-02-12
1
-0
/
+19
*
saner path dir management (#72648)
Brian Coca
2020-12-15
1
-10
/
+13
*
run playbook from collections (#67435)
Brian Coca
2020-10-28
1
-2
/
+0
[next]