|
# How To Test
|
|
|
|
Run smoke tests:
|
|
|
|
```bash
|
|
python -m pytest tests/smoke -v
|
|
```
|
|
|
|
Run verification scripts against a running API:
|
|
|
|
```bash
|
|
bash scripts/verify/verify_basic_chat.sh
|
|
bash scripts/verify/verify_models_roles.sh
|
|
bash scripts/verify/verify_tool_blocking.sh
|
|
```
|