Skip to content

Commit 49835aa

Browse files
committed
Add debug
1 parent 52b4a07 commit 49835aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/ctl/test_repository_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ def test_repo_init(self) -> None:
347347

348348
yaml.safe_dump(answers, temp_yaml)
349349
temp_yaml.close()
350-
runner.invoke(app, ["repository", "init", str(dst), "--data", str(yaml_path)])
350+
output = runner.invoke(app, ["repository", "init", str(dst), "--data", str(yaml_path)])
351+
print(output.stdout)
351352
coppied_answers = yaml.safe_load((dst / ".copier-answers.yml").read_text())
352353
coppied_answers.pop("_src_path")
353354

0 commit comments

Comments
 (0)