1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/xml/tasks
Dag Wieers 2634ef955a xml module: Better change detection, improved tests (#28460)
This PR includes:

- Improvements to change-detection by comparing 2 objectified XML trees
- Implement better integration tests by comparing 2 files using copy
2017-08-25 02:07:58 +02:00
..
main.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-children-elements-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-children-elements.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-children-from-groupvars.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-children-with-attributes-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-children-with-attributes.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-element-implicitly.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-add-namespaced-children-elements.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-children-elements-xml.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-count-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-count.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-get-element-content-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-get-element-content.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-mutually-exclusive-attributes.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-pretty-print-only.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-pretty-print.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-remove-attribute.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-remove-element.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-remove-namespaced-attribute.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-remove-namespaced-element.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-attribute-value-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-attribute-value.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-children-elements-level.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-children-elements-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-children-elements.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-element-value-empty.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-element-value-unicode.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-element-value.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-namespaced-attribute-value.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-namespaced-children-elements.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-set-namespaced-element-value.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00
test-xmlstring.yml xml module: Better change detection, improved tests (#28460) 2017-08-25 02:07:58 +02:00