MCPcopy
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)
58def test_safe_join(path, expect):
59 assert safe_join("a", path) == expect
60
61
62def test_safe_join_os_sep():

Callers

nothing calls this directly

Calls 1

safe_joinFunction · 0.90

Tested by

no test coverage detected