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

Method section

src/_pytest/terminal.py:568–569  ·  view source on GitHub ↗
(self, title: str, sep: str = "=", **kw: bool)

Source from the content-addressed store, hash-verified

566 self._tw.sep(sep, title, fullwidth, **markup)
567
568 def section(self, title: str, sep: str = "=", **kw: bool) -> None:
569 self._tw.sep(sep, title, **kw)
570
571 def line(self, msg: str, **kw: bool) -> None:
572 self._tw.line(msg, **kw)

Callers 1

emitMethod · 0.45

Calls 1

sepMethod · 0.45

Tested by

no test coverage detected