()
| 375 | |
| 376 | |
| 377 | def test_help() -> None: |
| 378 | _help = COPIER_CMD("--help-all") |
| 379 | assert "copier copy [SWITCHES] template_src destination_path" in _help |
| 380 | assert "copier update [SWITCHES] [destination_path=.]" in _help |
| 381 | |
| 382 | |
| 383 | def test_copy_help(capsys: pytest.CaptureFixture[str]) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected