Skip to content

Commit a1bccb8

Browse files
authored
Validate shared intent tests using Minerva test case (#71)
* Validate shared intent tests using Minerva test case * Validate minerva input normalization fix * Update test case to handle normalized case * More updates for intent test case sensitivity * Update minerva test dependency to latest version * Update test workflows to default branch --------- Co-authored-by: Daniel McKnight <[email protected]>
1 parent 638668d commit a1bccb8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
neon-minerva[padatious]~=0.1,>=0.1.1a1
1+
neon-minerva[padatious]~=0.1,>=0.1.1a5

test/test_intents.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ uk-ua:
3030
- поточний час
3131
- сказати поточний час
3232
- котра година Київ:
33-
- location: Київ
33+
- location: київ
3434
- точний місцевий час Запоріжжя:
35-
- location: Запоріжжя
35+
- location: запоріжжя
3636
- поточний час одеса:
3737
- location: одеса
3838
- сказати поточний час Миколаїв:
39-
- location: Миколаїв
39+
- location: миколаїв
4040
what.day.is.it.intent:
4141
- ти знаєш дату у запоріжжя:
4242
- location: запоріжжя

test/test_skill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from ovos_bus_client import Message
3636
from neon_minerva.tests.skill_unit_test_base import SkillTestCase
3737

38+
3839
class TestSkillMethods(SkillTestCase):
3940

4041
def test_00_skill_init(self):

0 commit comments

Comments
 (0)