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

Method test_package_name

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

Passing in the package name should succeed.

(self)

Source from the content-addressed store, hash-verified

81 """
82
83 def test_package_name(self):
84 """
85 Passing in the package name should succeed.
86 """
87 self.execute(self.data.__name__, 'utf-8.file')
88
89 def test_package_object(self):
90 """

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected