Commit 47d23e5
committed
fix: Update tests to reflect vocabulary improvements
Fixed 2 failing pytest tests after vocabulary tuning:
1. test_intent_from_function_name:
- "status" now maps to "wisdom" (not a separate concept)
- Updated expected concepts from {"wisdom", "power", "status"}
to {"wisdom", "power"}
2. test_execution_error_handling:
- "log" now recognized as "wisdom" from vocabulary
- Updated expected concepts from {"justice", "love", "power"}
to {"justice", "love", "power", "wisdom"}
All 59 pytest tests now pass ✅
All 4 standalone tests pass ✅
These changes reflect the vocabulary tuning done to reduce false
positives, where boolean predicates and state-checking operations
were moved from Justice to Wisdom dimension.1 parent ebee93c commit 47d23e5
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
0 commit comments