You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils/common
Matt Davis 2dcd35b692
[stable-2.19] Backward-compatible None handling in template concat and argspec str (#85652) (#85663)
* Backward-compatible None handling in template concat and argspec str (#85652)

* templating coerces None to empty string on multi-node result

* avoid simple cases of embedded `None` in multi-node string concatenated template results ala <=2.18
* single-node template results preserve NoneType

* add None->empty str equivalency to argspec validation

* fix integration tests
* remove conversion error message check from apt_repository test
* remove error message check on `None` value for required str argspec in roles_arg_spec test (now logically-equivalent to empty string)

* explanatory comment for None->empty str coalesce

(cherry picked from commit e3c9908679)

* eliminate None template nodes in _flatten_nodes (#85676)

* defers value or concat choice until Nones are gone
* fixes None -> empty string for TemplateModule cases
* add tests

(cherry picked from commit 5345ac9911)
4 months ago
..
arg_spec Templating overhaul, implement Data Tagging (#84621) 8 months ago
parameters Fixed broken tests (#84088) 1 year ago
process Require `from __future__ import annotations` (#81902) 2 years ago
text Templating overhaul, implement Data Tagging (#84621) 8 months ago
validation [stable-2.19] Backward-compatible None handling in template concat and argspec str (#85652) (#85663) 4 months ago
warnings Add missing warning methods and args (#85225) 7 months ago
__init__.py Add tests for module_utils.common.collections 8 years ago
test_collections.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_dict_transformations.py Update triple single quotes to triple double quotes (#84099) 1 year ago
test_json.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_locale.py Typo fixes and other bits and bobs (#83672) 1 year ago
test_network.py Require `from __future__ import annotations` (#81902) 2 years ago
test_sys_info.py Remove Python 2 compat (via six) from unit tests 2 years ago
test_utils.py Test multiple inheritance in _utils get_all_subclasses (#85396) 6 months ago
test_yaml.py Templating overhaul, implement Data Tagging (#84621) 8 months ago