Skip to content

Commit 7eb97ed

Browse files
committed
Init separately
1 parent f544fe1 commit 7eb97ed

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tests/test_cookiecutter.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@ def test_default_project(cookies):
176176
"task",
177177
"-v",
178178
"init",
179+
],
180+
capture_output=True,
181+
check=True,
182+
cwd=project,
183+
env=env,
184+
)
185+
186+
subprocess.run(
187+
[
188+
"task",
189+
"-v",
179190
"lint",
180191
"validate",
181192
"build",

0 commit comments

Comments
 (0)