MCPcopy
hub / github.com/django/django / test_parent_path

Method test_parent_path

tests/utils_tests/test_os_utils.py:191–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 )
190
191 def test_parent_path(self):
192 with self.assertRaises(SuspiciousFileOperation):
193 safe_join("/abc/", "../def")
194
195
196class ToPathTests(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

safe_joinFunction · 0.90

Tested by

no test coverage detected