docker-compose-test.yaml 263 Bytes
Newer Older
1 2 3 4 5 6 7 8
version: '3.8'
services:
  soar_api_test:
    build:
      context: ..
      dockerfile: docker/Dockerfile
    volumes:
      - ../:/app
James Kirk's avatar
James Kirk committed
9 10
    environment:
      - PYTHONDONTWRITEBYTECODE=1
11
    command: "pytest -p no:cacheprovider"
12
    container_name: soar_api_test