# SBT Project ## Local development - Prepare `.env` file. - Run for local development: ```bash docker compose --profile local up -d ``` ## Run tests ```bash pip3 install pytest requests IDP_HOST=https://sbt.idp.sdsrv.ai IDP_USERNAME= IDP_PASSWORD= python3 -m pytest --log-cli-level=DEBUG --capture=sys tests ```