MCPcopy Index your code
hub / github.com/python/cpython / test_string_path

Method test_string_path

Lib/test/test_importlib/resources/util.py:95–100  ·  view source on GitHub ↗

Passing in a string for the path should succeed.

(self)

Source from the content-addressed store, hash-verified

93 self.execute(self.data, 'utf-8.file')
94
95 def test_string_path(self):
96 """
97 Passing in a string for the path should succeed.
98 """
99 path = 'utf-8.file'
100 self.execute(self.data, path)
101
102 def test_pathlib_path(self):
103 """

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected