mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
5f73bdc3bf
* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_aws.py | ||
test_camel_to_snake.py |