Skip to content

Commit d0e0598

Browse files
committed
Fix copier answers file
1 parent 0ab11a2 commit d0e0598

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tests/test_template.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def test_generation(generate_project):
1111
path = generate_project()
1212

1313
assert (path / ".pre-commit-hooks.yaml").exists()
14+
assert (path / ".copier-answers.yml").exists()
1415

1516

1617
def test_generation_incorrect_params(generate_project):

0 commit comments

Comments
 (0)