(runner)
| 259 | |
| 260 | |
| 261 | def 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.") |