MCPcopy Create free account
hub / github.com/pytest-dev/pytest / _modules

Function _modules

testing/test_meta.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def _modules() -> List[str]:
16 pytest_pkg: str = _pytest.__path__ # type: ignore
17 return sorted(
18 n
19 for _, n, _ in pkgutil.walk_packages(pytest_pkg, prefix=_pytest.__name__ + ".")
20 )
21
22
23@pytest.mark.slow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected