ansible/test
Martin Krizek acdc9eb76d
native types: literal_eval all the things (#68938)
With https://github.com/pallets/jinja/pull/1190 merged our short-circuit
is no longer valid (has it ever been?) as now data like ' True ' may go
through our ansible_native_concat function as opposed to going through
intermediate call to Jinja2's native_concat before. Now we need to always
send data through literal_eval to ensure native types are returned.
2020-04-17 14:59:52 +02:00
..
ansible_test
integration native types: literal_eval all the things (#68938) 2020-04-17 14:59:52 +02:00
lib/ansible_test Testing: Add support for CentOS Linux On Power platform (#68130) 2020-04-15 16:22:17 -07:00
sanity native types: literal_eval all the things (#68938) 2020-04-17 14:59:52 +02:00
support add readme to test/support (#68450) 2020-03-24 17:15:01 -05:00
units Expose to_<str> as a public function (#68965) 2020-04-17 07:54:00 +10:00
utils/shippable Testing: Add support for CentOS Linux On Power platform (#68130) 2020-04-15 16:22:17 -07:00