MCPcopy
hub / github.com/pallets/click / test_secho

Function test_secho

tests/test_termui.py:261–265  ·  view source on GitHub ↗
(runner)

Source from the content-addressed store, hash-verified

259
260
261def test_secho(runner):
262 with runner.isolation() as outstreams:
263 click.secho(None, nl=False)
264 bytes = outstreams[0].getvalue()
265 assert bytes == b""
266
267
268@pytest.mark.skipif(platform.system() == "Windows", reason="No style on Windows.")

Callers

nothing calls this directly

Calls 2

isolationMethod · 0.80
getvalueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…