MCPcopy
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")
68def 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

BuilderClass · 0.90
mkdirMethod · 0.80

Tested by

no test coverage detected