MCPcopy Create free account
hub / github.com/copier-org/copier / test_help

Function test_help

tests/test_cli.py:377–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375
376
377def 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
383def test_copy_help(capsys: pytest.CaptureFixture[str]) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected