🔧 chore(docker-compose.yml): update pytest command to improve verbosity and parallel test execution

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-17 19:36:15 -03:00
commit 298d9cd1c8

View file

@ -234,7 +234,7 @@ services:
build:
context: ../
dockerfile: base.Dockerfile
command: pytest -v --cov=langflow --cov-report=term-missing --cov-report=xml --cov-report=html -m async_test
command: pytest -vv -n auto
healthcheck:
test: "exit 0"