Commit 3249c6ab authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

test runs automatically after db spins up

parent ebcd655f
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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: