()
| 43 | |
| 44 | @click.command() |
| 45 | def cli(): |
| 46 | with _create_progress(label=label) as progress: |
| 47 | for _ in progress: |
| 48 | pass |
| 49 | |
| 50 | monkeypatch.setattr(click._termui_impl, class="st">"isatty", lambda _: True) |
| 51 | assert ( |
nothing calls this directly
no test coverage detected