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

Method test_package

Lib/test/test_modulefinder.py:365–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 self.assertEqual(maybe, maybe_missing)
364
365 def test_package(self):
366 self._do_test(package_test)
367
368 def test_namespace_package(self):
369 self._do_test(namespace_package_test)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected