From 939c9c2cc29889c1c6a35324468b477a0c8dd2e0 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 28 Oct 2022 22:18:38 +0200 Subject: [PATCH] Add inv test to instructions --- hooks/post_gen_project.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 1d49636..7ce4b67 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -9,6 +9,7 @@ COMMANDS_TO_RUN = [ "git add poetry.lock", "git commit -m 'Add poetry lock file'", "pycharm .", + "inv test", "./src/manage.py migrate", "./src/manage.py createcachetable", "./src/manage.py createsuperuser",