Commit cb1a6fa
committed
test: add intent extraction test suite with 39 scenarios
Add comprehensive test suite for LLM intent extraction covering all 9
use cases, GPU/model extraction, priority enforcement, user counts,
conversation history, and UI button strings. Tests require Ollama and
are run explicitly via `make test-intent`. Two smoke tests run as part
of `make test-integration`.
Assisted-by: Claude <noreply@anthropic.com>
Signed-off-by: Andre Fredette <afredette@redhat.com>1 parent 21266be commit cb1a6fa
12 files changed
Lines changed: 704 additions & 6 deletions
File tree
- tests
- fixtures
- intent_extraction
- unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
543 | 547 | | |
544 | 548 | | |
545 | 549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments