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

Method test_relative_imports_2

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

Source from the content-addressed store, hash-verified

381 self._do_test(relative_import_test)
382
383 def test_relative_imports_2(self):
384 self._do_test(relative_import_test_2)
385
386 def test_relative_imports_3(self):
387 self._do_test(relative_import_test_3)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected