Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_title
Method · 0.45
test_sep_with_title
Method · 0.45
test_sep_longer_than_width
Method · 0.45
test_attr_fullwidth
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected