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

Method test_relative_imports_4

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

Source from the content-addressed store, hash-verified

387 self._do_test(relative_import_test_3)
388
389 def test_relative_imports_4(self):
390 self._do_test(relative_import_test_4)
391
392 def test_syntax_error(self):
393 self._do_test(syntax_error_test)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected