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

Function test_lowercases_short_words

uppercase-titles.py:52–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50import pytest
51
52def test_lowercases_short_words():
53 assert fix_line('=== What Is A Domain Model') == '=== What Is a Domain Model'
54
55def test_fix_line_handles_quotes_and_slashes():
56 assert fix_line('=== Foo "bar" baz') == '=== Foo "Bar" Baz'

Callers

nothing calls this directly

Calls 1

fix_lineFunction · 0.85

Tested by

no test coverage detected