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

Method sep

testing/conftest.py:105–106  ·  view source on GitHub ↗
(self, sep, line=None)

Source from the content-addressed store, hash-verified

103 self.is_writing = False
104
105 def sep(self, sep, line=None):
106 self.lines.append((sep, line))
107
108 def write(self, msg, **kw):
109 self.lines.append((TWMock.WRITE, msg))

Callers 4

test_sep_no_titleMethod · 0.45
test_sep_with_titleMethod · 0.45
test_attr_fullwidthMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected