MCPcopy Index your code
hub / github.com/cosmicpython/book / test_underscores

Function test_underscores

uppercase-titles.py:72–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 assert fix_line('=== A Uow') == '=== A UoW'
71
72def test_underscores():
73 assert fix_line('=== A special_method') == '=== A special_method'

Callers

nothing calls this directly

Calls 1

fix_lineFunction · 0.85

Tested by

no test coverage detected