Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lektor/lektor
/ output_path
Function
output_path
tests/test_webui.py:13–16 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
11
12
@pytest.fixture
13
def
output_path(tmp_path):
14
output_path = tmp_path /
"webadmin"
15
output_path.mkdir()
16
return
output_path
17
18
19
@pytest.fixture
Callers
nothing calls this directly
Calls
1
mkdir
Method · 0.80
Tested by
no test coverage detected