summaryrefslogtreecommitdiffstats
path: root/test/units/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix condition for unquoting configuration strings from ini files (#82388)snipfoo2024-03-261-9/+9
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-19/+18
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-052-6/+2
* Add test for 256-color configuration values (#78613)Yuri Khan2023-07-192-0/+18
* More unit test code coverage improvements (#81136)Matt Clay2023-06-281-39/+26
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* ansible-playbook -K breaks when passwords have quotes (#79837)Miklos Sagi2023-02-201-0/+14
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-031-1/+1
* Yolo (#77554)Brian Coca2022-04-182-54/+0
* Provide better decryption errors for single vault values (#72362)Matt Martz2020-11-181-2/+2
* [config] coerce more to string when 'type: str' (#72172)Rick Elrod2020-10-142-0/+12
* Clean up unit test boilerplate.Matt Clay2020-06-221-1/+1
* Fix inline vaults for plugins in ensure_type (#67492)Sloane Hertel2020-02-251-0/+12
* config manager str type vault source (#65023)Jordan Borean2019-11-201-0/+14
* fixes to config manager (#58530)Brian Coca2019-07-171-0/+7
* Fix encoding issues with file paths. (#50830)Matt Clay2019-01-141-3/+3
* Review commentsAbhijeet Kasurde2018-12-181-4/+7
* Update unit tests for configmanagerAbhijeet Kasurde2018-12-181-68/+74
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-132-2/+2
* Fix another corner case of too many warnings for world readable current worki...Toshio Kuratomi2018-08-241-0/+25
* Only print warning when ansible.cfg is actually skipped (#43583)Toshio Kuratomi2018-08-033-6/+222
* additional configmanager testsBrian Coca2017-10-141-2/+70
* config testsBrian Coca2017-10-135-0/+151