Rely on poetry for make test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-05 12:19:56 +01:00
parent 51d5306f91
commit 67f5090bf8

View File

@ -37,4 +37,10 @@ createsuperuser:
python src/web/manage.py createsuperuser
shell:
python src/web/manage.py shell
python src/web/manage.py shell
poetry.lock:
poetry install
test: poetry.lock
poetry run pytest