MCPcopy Index your code
hub / github.com/danielgtaylor/python-betterproto / test_snake_case_not_strict

Function test_snake_case_not_strict

tests/test_casing.py:127–129  ·  view source on GitHub ↗
(value, expected)

Source from the content-addressed store, hash-verified

125 ],
126)
127def test_snake_case_not_strict(value, expected):
128 actual = snake_case(value, strict=False)
129 assert actual == expected, f"{value} => {expected} (actual: {actual})"

Callers

nothing calls this directly

Calls 1

snake_caseFunction · 0.90

Tested by

no test coverage detected