MCPcopy Index your code
hub / github.com/python-visualization/folium / test_camelize

Function test_camelize

tests/test_utilities.py:151–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150
151def test_camelize():
152 assert camelize("variable_name") == "variableName"
153 assert camelize("variableName") == "variableName"
154 assert camelize("name") == "name"
155 assert camelize("very_long_variable_name") == "veryLongVariableName"
156
157
158def test_deep_copy():

Callers

nothing calls this directly

Calls 1

camelizeFunction · 0.90

Tested by

no test coverage detected