MCPcopy
hub / github.com/scrapy/scrapy / test_pformat_not_tty

Function test_pformat_not_tty

tests/test_utils_display.py:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def test_pformat_not_tty():
39 assert pformat(value) == plain_string
40
41
42@mock.patch("sys.platform", "win32")

Callers

nothing calls this directly

Calls 1

pformatFunction · 0.90

Tested by

no test coverage detected