Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lektor/lektor
/ theme_builder
Function
theme_builder
tests/test_themes.py:68–69 ·
view source on GitHub ↗
(theme_pad, tmpdir)
Source
from the content-addressed store, hash-verified
66
67
@pytest.fixture(scope=
"function"
)
68
def
theme_builder(theme_pad, tmpdir):
69
return
Builder(theme_pad, str(tmpdir.mkdir(
"output"
)))
70
71
72
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
2
Builder
Class · 0.90
mkdir
Method · 0.80
Tested by
no test coverage detected