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

Function test_uow

uppercase-titles.py:69–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 assert fix_line('=== A wrap-up') == '=== A Wrap-Up'
68
69def test_uow():
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