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

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

View File

@ -38,3 +38,9 @@ createsuperuser:
shell:
python src/web/manage.py shell
poetry.lock:
poetry install
test: poetry.lock
poetry run pytest