diff --git a/Makefile b/Makefile index cb14996..14cbc14 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,10 @@ createsuperuser: python src/web/manage.py createsuperuser shell: - python src/web/manage.py shell \ No newline at end of file + python src/web/manage.py shell + +poetry.lock: + poetry install + +test: poetry.lock + poetry run pytest \ No newline at end of file