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

Function test_secho

tests/test_termui.py:261–265  ·  tests/test_termui.py::test_secho
(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 == bclass="st">""
266
267
268@pytest.mark.skipif(platform.system() == class="st">"Windows", reason=class="st">"No style on Windows.")

Callers

nothing calls this directly

Calls 2

isolationMethod · 0.80
getvalueMethod · 0.80

Tested by

no test coverage detected