mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-17 21:33:11 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| cli | ||
| contrib | ||
| errors | ||
| executor | ||
| inventory | ||
| inventory_test_data/group_vars | ||
| mock | ||
| module_utils | ||
| modules | ||
| parsing | ||
| playbook | ||
| plugins | ||
| template | ||
| utils | ||
| vars | ||
| __init__.py | ||
| conftest.py | ||
| test_constants.py | ||