MCPcopy
hub / github.com/pytest-dev/pytest / CouldNotResolvePathError

Class CouldNotResolvePathError

src/_pytest/pathlib.py:937–938  ·  view source on GitHub ↗

Custom exception raised by resolve_pkg_root_and_module_name.

Source from the content-addressed store, hash-verified

935
936
937class CouldNotResolvePathError(Exception):
938 """Custom exception raised by resolve_pkg_root_and_module_name."""
939
940
941def scandir(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…