MCPcopy Create free account
hub / github.com/pytest-dev/pytest / sep

Method sep

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

Source from the content-addressed store, hash-verified

76 self.is_writing = False
77
78 def sep(self, sep, line=None):
79 self.lines.append((sep, line))
80
81 def write(self, msg, **kw):
82 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