summaryrefslogtreecommitdiffstats
path: root/test/units/parsing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed ipv6 pattern in parse_address (#84237)spyinx2024-11-051-0/+2
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-092-13/+13
* Cover unit tests with mypy (#84084)Matt Clay2024-10-081-1/+1
* Use sentinel everywhere (#84041)Abhijeet Kasurde2024-10-031-1/+1
* Add vaulted_file test (#83717)Brian Coca2024-08-081-2/+2
* Enable file cache for vaulted host_vars_files vars plugin (#81995)tobixx2024-03-151-1/+16
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-022-15/+13
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-027-7/+7
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0514-36/+14
* Refactor test cases to improve unit test quality (#81334)freddiewanah2023-07-251-5/+2
* Improve code coverage of unit tests (#81119)Matt Clay2023-06-246-98/+14
* Fix arg splitting and key/value parsing (#80030)Matt Clay2023-06-231-4/+71
* Fix pylint disallowed-name errors (#80854)Abhijeet Kasurde2023-05-221-2/+2
* Remove deprecated include (#80752)Jordan Borean2023-05-181-2/+2
* Remove unnecessary test case in vault editor (#80741)Abhijeet Kasurde2023-05-091-14/+2
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-034-4/+4
* Fix unclosed files in unit tests (#80497)Matt Clay2023-04-121-22/+19
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-0/+3
* Remove unit test pytz requirement. (#78368)Matt Clay2022-07-281-4/+3
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-233-3/+3
* Remove collections compat from controller code.Matt Clay2022-03-092-2/+2
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-233-3/+3
* Fix duplicate unit test function names. (#77115)Matt Clay2022-02-231-1/+1
* Fix warning in unit tests for _yaml import.Matt Clay2022-02-181-6/+2
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-075-104/+104
* yaml dumper: Add YAML respresenter for AnsibleUndefined (#75078)Abhijeet Kasurde2021-09-071-0/+12
* YAML representer for VarsWithSources (#68525)Nasser Alansari2021-06-221-0/+8
* Remove PyCrypto (#74699)Sam Doran2021-05-182-87/+0
* Fix unit tests on Python 3.10.Matt Clay2021-05-081-11/+14
* vault: Read stdin data as binary on python3 (#52229)Sven Wegener2020-12-091-0/+17
* Add more include and yaml parsing tests (#70506)Matt Martz2020-08-041-0/+84
* Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786)Matt Martz2020-07-211-0/+1
* Clean up unit test boilerplate.Matt Clay2020-06-221-0/+3
* starting metadata sunset (#69454)Brian Coca2020-06-051-239/+0
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-112-10/+10
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-061-3/+0
* Remove empty overridden unittest.setUp and unittest.tearDown methods.Mads Jensen2019-11-051-6/+0
* Add a representer for AnsibleUnsafeBytes (#62598)Sloane Hertel2019-09-191-1/+43
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-0/+15
* various mod_args fixes (#60290)Matt Davis2019-08-131-2/+11
* Update units to pass on macOS (#60435)Matt Martz2019-08-122-3/+3
* Correct places where match was intendedToshio Kuratomi2019-07-191-4/+4
* Handle vaulted non-ascii characters for Python2 (#58503)Sloane Hertel2019-06-281-0/+7
* lib/ansible/parsing/ajson.py: added UNIT-tests (#56398)Andrey Klychkov2019-05-182-2/+151
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-7/+8
* dataloader: unit tests (#50942)Abhijeet Kasurde2019-01-222-1/+98
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-171-2/+2
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-137-10/+10
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Add unit testsDag Wieers2018-09-281-0/+3