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

Method test_failure

Lib/test/test_importlib/extension/test_finder.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 test_package_over_module = None
58
59 def test_failure(self):
60 self.assertIsNone(self.find_spec('asdfjkl;'))
61
62 def test_abi3_extension_suffixes(self):
63 suffixes = self.machinery.EXTENSION_SUFFIXES

Callers

nothing calls this directly

Calls 2

find_specMethod · 0.95
assertIsNoneMethod · 0.80

Tested by

no test coverage detected