sbt-idp/README.md
Viet Anh Nguyen 97380fa753 Add AI tests
2023-12-26 14:09:31 +07:00

19 lines
338 B
Markdown

# 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=<username> IDP_PASSWORD=<password> python3 -m pytest --log-cli-level=DEBUG --capture=sys tests
```