Loading docker-compose.test.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ services: - ./test/:/test/ env_file: - ./envfile command: ["sh", "-c", "pytest --cov=common /test/test.py"] #command: ["sh", "-c", "pytest --cov=common /test/test.py"] command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"] depends_on: - postgres Loading Loading
docker-compose.test.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ services: - ./test/:/test/ env_file: - ./envfile command: ["sh", "-c", "pytest --cov=common /test/test.py"] #command: ["sh", "-c", "pytest --cov=common /test/test.py"] command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"] depends_on: - postgres Loading