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