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

Method test_run_module

Lib/test/test_runpy.py:442–445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

440 if verbose > 1: print("Module executed successfully")
441
442 def test_run_module(self):
443 for depth in range(4):
444 if verbose > 1: print("Testing package depth:", depth)
445 self._check_module(depth)
446
447 def test_run_module_in_namespace_package(self):
448 for depth in range(1, 4):

Callers

nothing calls this directly

Calls 1

_check_moduleMethod · 0.95

Tested by

no test coverage detected