Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ test_pformat
Function
test_pformat
tests/test_utils_display.py:27–29 ·
view source on GitHub ↗
(isatty)
Source
from the content-addressed store, hash-verified
25
@mock.patch(
"sys.platform"
,
"linux"
)
26
@mock.patch(
"sys.stdout.isatty"
)
27
def
test_pformat(isatty):
28
isatty.return_value = True
29
assert pformat(value) in colorized_strings
30
31
32
@mock.patch(
"sys.stdout.isatty"
)
Callers
nothing calls this directly
Calls
1
pformat
Function · 0.90
Tested by
no test coverage detected