index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
parsing
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed ipv6 pattern in parse_address (#84237)
spyinx
2024-11-05
1
-0
/
+2
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
2
-13
/
+13
*
Cover unit tests with mypy (#84084)
Matt Clay
2024-10-08
1
-1
/
+1
*
Use sentinel everywhere (#84041)
Abhijeet Kasurde
2024-10-03
1
-1
/
+1
*
Add vaulted_file test (#83717)
Brian Coca
2024-08-08
1
-2
/
+2
*
Enable file cache for vaulted host_vars_files vars plugin (#81995)
tobixx
2024-03-15
1
-1
/
+16
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
2
-15
/
+13
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
7
-7
/
+7
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
14
-36
/
+14
*
Refactor test cases to improve unit test quality (#81334)
freddiewanah
2023-07-25
1
-5
/
+2
*
Improve code coverage of unit tests (#81119)
Matt Clay
2023-06-24
6
-98
/
+14
*
Fix arg splitting and key/value parsing (#80030)
Matt Clay
2023-06-23
1
-4
/
+71
*
Fix pylint disallowed-name errors (#80854)
Abhijeet Kasurde
2023-05-22
1
-2
/
+2
*
Remove deprecated include (#80752)
Jordan Borean
2023-05-18
1
-2
/
+2
*
Remove unnecessary test case in vault editor (#80741)
Abhijeet Kasurde
2023-05-09
1
-14
/
+2
*
Use ansible.module_utils.common.text.converters (#80704)
Matt Clay
2023-05-03
4
-4
/
+4
*
Fix unclosed files in unit tests (#80497)
Matt Clay
2023-04-12
1
-22
/
+19
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
1
-0
/
+3
*
Remove unit test pytz requirement. (#78368)
Matt Clay
2022-07-28
1
-4
/
+3
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
3
-3
/
+3
*
Remove collections compat from controller code.
Matt Clay
2022-03-09
2
-2
/
+2
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
3
-3
/
+3
*
Fix duplicate unit test function names. (#77115)
Matt Clay
2022-02-23
1
-1
/
+1
*
Fix warning in unit tests for _yaml import.
Matt Clay
2022-02-18
1
-6
/
+2
*
Avoid deprecated TestCase functions in unit tests. (#76678)
Matt Clay
2022-01-07
5
-104
/
+104
*
yaml dumper: Add YAML respresenter for AnsibleUndefined (#75078)
Abhijeet Kasurde
2021-09-07
1
-0
/
+12
*
YAML representer for VarsWithSources (#68525)
Nasser Alansari
2021-06-22
1
-0
/
+8
*
Remove PyCrypto (#74699)
Sam Doran
2021-05-18
2
-87
/
+0
*
Fix unit tests on Python 3.10.
Matt Clay
2021-05-08
1
-11
/
+14
*
vault: Read stdin data as binary on python3 (#52229)
Sven Wegener
2020-12-09
1
-0
/
+17
*
Add more include and yaml parsing tests (#70506)
Matt Martz
2020-08-04
1
-0
/
+84
*
Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786)
Matt Martz
2020-07-21
1
-0
/
+1
*
Clean up unit test boilerplate.
Matt Clay
2020-06-22
1
-0
/
+3
*
starting metadata sunset (#69454)
Brian Coca
2020-06-05
1
-239
/
+0
*
Replace TestCase.assertEquals with TestCase.assertEqual.
Mads Jensen
2019-11-11
2
-10
/
+10
*
Remove empty setUp/tearDown/tearDownClass methods in test classes.
Mads Jensen
2019-11-06
1
-3
/
+0
*
Remove empty overridden unittest.setUp and unittest.tearDown methods.
Mads Jensen
2019-11-05
1
-6
/
+0
*
Add a representer for AnsibleUnsafeBytes (#62598)
Sloane Hertel
2019-09-19
1
-1
/
+43
*
Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)
Matt Martz
2019-08-26
1
-0
/
+15
*
various mod_args fixes (#60290)
Matt Davis
2019-08-13
1
-2
/
+11
*
Update units to pass on macOS (#60435)
Matt Martz
2019-08-12
2
-3
/
+3
*
Correct places where match was intended
Toshio Kuratomi
2019-07-19
1
-4
/
+4
*
Handle vaulted non-ascii characters for Python2 (#58503)
Sloane Hertel
2019-06-28
1
-0
/
+7
*
lib/ansible/parsing/ajson.py: added UNIT-tests (#56398)
Andrey Klychkov
2019-05-18
2
-2
/
+151
*
Fieldattribute inheritance with defaults (#50891)
Matt Martz
2019-01-23
1
-7
/
+8
*
dataloader: unit tests (#50942)
Abhijeet Kasurde
2019-01-22
2
-1
/
+98
*
Update bare exceptions to specify Exception.
Toshio Kuratomi
2018-12-17
1
-2
/
+2
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
7
-10
/
+10
*
Python 3.8 collections compatibility fixes.
Matt Clay
2018-10-08
1
-2
/
+1
*
Add unit tests
Dag Wieers
2018-09-28
1
-0
/
+3
[next]