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