Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
def
test_dotstarters():
64
assert fix_line(
'.A sidebar title'
) ==
'.A Sidebar Title'
65
66
def
test_hyphens():
67
assert fix_line(
'=== A wrap-up'
) ==
'=== A Wrap-Up'
Callers
nothing calls this directly
Calls
1
fix_line
Function · 0.85
Tested by
no test coverage detected