Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ line
Method
line
testing/conftest.py:117–118 ·
view source on GitHub ↗
(self, line, **kw)
Source
from the content-addressed store, hash-verified
115
self.line(indent + line)
116
117
def
line(self, line, **kw):
118
self.lines.append(line)
119
120
def
markup(self, text, **kw):
121
return
text
Callers
5
_write_source
Method · 0.95
test_line
Method · 0.45
test_line_unicode
Method · 0.45
test_line_write_markup
Method · 0.45
toterminal
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected