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

Function test_dotstarters

uppercase-titles.py:63–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62@pytest.mark.skip
63def test_dotstarters():
64 assert fix_line('.A sidebar title') == '.A Sidebar Title'
65
66def test_hyphens():
67 assert fix_line('=== A wrap-up') == '=== A Wrap-Up'

Callers

nothing calls this directly

Calls 1

fix_lineFunction · 0.85

Tested by

no test coverage detected