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

Method head_line

src/_pytest/subtests.py:84–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82
83 @property
84 def head_line(self) -> str:
85 _, _, domain = self.location
86 return f"{domain} {self._sub_test_description()}"
87
88 def _sub_test_description(self) -> str:
89 parts = []

Callers

nothing calls this directly

Calls 1

_sub_test_descriptionMethod · 0.95

Tested by

no test coverage detected