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
Will Thames 5f73bdc3bf [cloud] Improve Camel to Snake conversion in EC2 module_utils (#25015)
* Make camel_to_snake work on capitalized plurals

`TargetGroupARNs` should become `target_group_arns`, not
`target_group_ar_ns`

Promote `camel_to_snake` to top layer function but prefix
it with an underscore.

Add tests for improved `_camel_to_snake` function.

Reduce use of `re.compile` as it makes no sense when the
compilation result is not reused.

* Remove unused LooseVersion check

* Fix PLURALs case for camel_to_snake

Also renamed EXPECTED_CAMELIZATION to EXPECTED_SNAKIFICATION
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration added lines to mode: strict (#27442) 7 years ago
results Create bot friendly sanity output. (#22381) 8 years ago
runner Add some features to the pylint sanity check 7 years ago
sanity Fix broken import in utilities.helper._accelerate (#27088) 7 years ago
units [cloud] Improve Camel to Snake conversion in EC2 module_utils (#25015) 7 years ago
utils Optimize running of CI cloud integration tests. 7 years ago