From 214bf4d5044e60106ede4674c9593e94e57b7add Mon Sep 17 00:00:00 2001 From: Nikolay Kiryanov Date: Mon, 6 Oct 2025 13:11:54 +0300 Subject: [PATCH] Return back creating static directory on tests --- {{ cookiecutter.name }}/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/{{ cookiecutter.name }}/Makefile b/{{ cookiecutter.name }}/Makefile index cdeb8054..63a1ec89 100644 --- a/{{ cookiecutter.name }}/Makefile +++ b/{{ cookiecutter.name }}/Makefile @@ -43,6 +43,7 @@ lint-yaml: fi test: + @mkdir -p static # be sure dir for static files exists uv run pytest --dead-fixtures uv run pytest --create-db --exitfirst --numprocesses ${SIMULTANEOUS_TEST_JOBS}