ansible-config_template/tests/files
Dmitriy Rabotyagov ea07ed008f Fix section overrides when commented option persist
In cases, when key already exist, but commented out without space
(ie "#key) and is not in default section, it's not updated with
sectdict.insert statement. That is possible happens because
self._sections keys are protected and can't be overwritten (at least
new assignment makes no difference)

Change-Id: Ie0c588a2d559bd38c68b3d018e547a036d83214c
Closes-Bug: #1889547
2020-07-30 20:18:07 +03:00
..
Packages Add Packages file parsing lookup 2017-03-27 11:43:23 +00:00
test_comment_configs.ini.expected Fix section overrides when commented option persist 2020-07-30 20:18:07 +03:00
test_content_no_overrides.json.expected Handle 'dict' type as input of 'content' 2017-06-22 21:46:31 +00:00
test_default_section.ini.expected Fix writing of keys without values 2019-07-26 17:07:07 +00:00
test_extend.yml.expected Fix py3 unicode issue 2018-04-25 12:03:03 +01:00
test_list_only_replace.yml.expected Add the ability to parse list only files 2019-07-25 16:37:56 -05:00
test_list_only.yml.expected Add the ability to parse list only files 2019-07-25 16:37:56 -05:00
test_multiline_strs.yml.expected config_template does not respect yaml multiline as overrides 2019-04-25 11:30:59 +00:00
test_multistropts.ini.expected Add multistropt test cases 2019-02-13 21:12:29 +00:00
test_no_extend.yml.expected Fix py3 unicode issue 2018-04-25 12:03:03 +01:00
test_remote_src_multistropts.ini.expected Fix writing of keys without values 2019-07-26 17:07:07 +00:00