Loading docker-compose.test_mssql.yaml +1 −7 Original line number Diff line number Diff line Loading @@ -11,13 +11,7 @@ services: - ./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"] command: - 'tail' - '-f' - '/dev/null' command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py"] depends_on: - mssql networks: Loading Loading
docker-compose.test_mssql.yaml +1 −7 Original line number Diff line number Diff line Loading @@ -11,13 +11,7 @@ services: - ./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"] command: - 'tail' - '-f' - '/dev/null' command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py"] depends_on: - mssql networks: Loading