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
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.
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 7 years ago
integration native types: literal_eval all the things (#68938) 6 years ago
lib/ansible_test Testing: Add support for CentOS Linux On Power platform (#68130) 6 years ago
sanity native types: literal_eval all the things (#68938) 6 years ago
support add readme to test/support (#68450) 6 years ago
units Expose to_<str> as a public function (#68965) 6 years ago
utils/shippable Testing: Add support for CentOS Linux On Power platform (#68130) 6 years ago