Method__init__(
self,
ret: Union[int, ExitCode],
outlines: List[str],
errlines: List[str],
src/_pytest/pytester.py:522
Method__init__(
self,
nodeid: str,
location: Tuple[str, Optional[int], str],
keywords,
src/_pytest/reports.py:253
Method__init__(
self,
nodeid: str,
outcome: "Literal['passed', 'failed', 'skipped']",
longre
src/_pytest/reports.py:373
Method__init__(
self,
expected_exception: Union[Type[E], Tuple[Type[E], ...]],
message: str,
src/_pytest/python_api.py:929
Method__init__(
self,
excinfo: Optional[Tuple[Type["E"], "E", TracebackType]],
striptext: str = "",
src/_pytest/_code/code.py:455
Method__init__(
self,
path: Path,
excinfo: Tuple[Type[Exception], Exception, TracebackType],
)
src/_pytest/config/__init__.py:107