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

Function test_python_run

tests/test_cli.py:559–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

557
558
559def test_python_run() -> None:
560 cmd = [sys.executable, "-m", "copier", "--help-all"]
561 assert subprocess.run(cmd, check=True).returncode == 0
562
563
564def test_skip_filenotexists(template_path: str, tmp_path: Path) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected