docs(testing): document regression and seam test commands
This commit is contained in:
+12
-1
@@ -61,7 +61,7 @@
|
||||
### Pending Tasks
|
||||
|
||||
- [ ] Integration testing with real GPUs
|
||||
- [ ] End-to-end API testing
|
||||
- [x] End-to-end API smoke testing for health, metrics, and authenticated model listings
|
||||
- [ ] Documentation improvements
|
||||
- [ ] First release (v1.0.0)
|
||||
|
||||
@@ -133,6 +133,17 @@ modelgrid/
|
||||
└── docs/ # Documentation
|
||||
```
|
||||
|
||||
## Test Commands
|
||||
|
||||
```bash
|
||||
deno task check
|
||||
deno test --allow-all test/test.ts
|
||||
deno test --allow-all test/
|
||||
```
|
||||
|
||||
The focused seam tests currently cover API routing, API server endpoints, config normalization,
|
||||
model registry loading, and cluster state persistence.
|
||||
|
||||
---
|
||||
|
||||
## CLI Commands
|
||||
|
||||
Reference in New Issue
Block a user