Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_safe_join
Function
test_safe_join
tests/test_security.py:58–59 ·
view source on GitHub ↗
(path, expect)
Source
from the content-addressed store, hash-verified
56
],
57
)
58
def
test_safe_join(path, expect):
59
assert safe_join(
"a"
, path) == expect
60
61
62
def
test_safe_join_os_sep():
Callers
nothing calls this directly
Calls
1
safe_join
Function · 0.90
Tested by
no test coverage detected