Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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