Loading docker-compose.test.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: #- ./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"] command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py --cov-report term-missing"] depends_on: - postgres Loading docker-compose.test_mssql.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ services: - ./test/:/test/ env_file: - ./envfile_mssql command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py"] command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py --cov-report term-missing"] depends_on: - mssql networks: Loading Loading
docker-compose.test.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: #- ./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"] command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py --cov-report term-missing"] depends_on: - postgres Loading
docker-compose.test_mssql.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ services: - ./test/:/test/ env_file: - ./envfile_mssql command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py"] command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py --cov-report term-missing"] depends_on: - mssql networks: Loading