Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ line
Method
line
testing/conftest.py:90–91 ·
view source on GitHub ↗
(self, line, **kw)
Source
from the content-addressed store, hash-verified
88
self.line(indent + line)
89
90
def
line(self, line, **kw):
91
self.lines.append(line)
92
93
def
markup(self, text, **kw):
94
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