Commit 5ff85c6
committed
config: add E2E pytest markers to pyproject.toml
Add pytest markers for E2E test categories:
- e2e: End-to-end tests with real model/database
- e2e_slow: Slow E2E tests (model loading)
- e2e_multidb: Multi-database E2E tests
- e2e_streaming: Streaming endpoint E2E tests
- e2e_performance: Performance benchmark E2E tests
Implements Issue #43 Phase 1.1 parent 1ea617c commit 5ff85c6
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
190 | 195 | | |
191 | 196 | | |
192 | 197 | | |
| |||
0 commit comments