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