Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_safe_join_empty_trusted
Function
test_safe_join_empty_trusted
tests/test_security.py:71–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
71
def
test_safe_join_empty_trusted():
72
assert safe_join(
""
,
"c:test.txt"
) ==
"./c:test.txt"
73
74
75
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
safe_join
Function · 0.90
Tested by
no test coverage detected