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

Function test_snake_case_strict

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

Source from the content-addressed store, hash-verified

108 ],
109)
110def test_snake_case_strict(value, expected):
111 actual = snake_case(value)
112 assert actual == expected, f"{value} => {expected} (actual: {actual})"
113
114
115@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

snake_caseFunction · 0.90

Tested by

no test coverage detected