Rely on poetry for make test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2023-01-05 12:19:56 +01:00
parent 51d5306f91
commit 67f5090bf8
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 7 additions and 1 deletions

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