MCPcopy
hub / github.com/lektor/lektor / scratch_builder

Function scratch_builder

tests/conftest.py:179–180  ·  view source on GitHub ↗
(tmpdir, scratch_pad)

Source from the content-addressed store, hash-verified

177
178@pytest.fixture(scope="function")
179def scratch_builder(tmpdir, scratch_pad):
180 return Builder(scratch_pad, str(tmpdir.mkdir("output")))
181
182
183# Builder for child-sources-test-project, a project to test that child sources

Callers

nothing calls this directly

Calls 2

BuilderClass · 0.90
mkdirMethod · 0.80

Tested by

no test coverage detected