MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_absolute_imports

Method test_absolute_imports

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

Source from the content-addressed store, hash-verified

360 self._do_test(maybe_test_new)
361
362 def test_absolute_imports(self):
363 self._do_test(absolute_import_test)
364
365 def test_relative_imports(self):
366 self._do_test(relative_import_test)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected