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

Function test_hyphens

uppercase-titles.py:66–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 assert fix_line('.A sidebar title') == '.A Sidebar Title'
65
66def test_hyphens():
67 assert fix_line('=== A wrap-up') == '=== A Wrap-Up'
68
69def test_uow():
70 assert fix_line('=== A Uow') == '=== A UoW'

Callers

nothing calls this directly

Calls 1

fix_lineFunction · 0.85

Tested by

no test coverage detected