Skip to content

Commit b84051d

Browse files
committed
fix: add to the pytest config so that it doesn't try to test the generated tests portion
1 parent 1ba3f90 commit b84051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = --show-capture=all
2+
addopts = --show-capture=all --ignore="{{cookiecutter.project_name}}"

0 commit comments

Comments
 (0)