You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect all test go through, but the sentences where the word "omena" ("apple") is last, it needs to be added without the whitespace at end. The below works:
#tests #2language: fitests:
- sentences:
- laita omena minun ostoslistalleni
- laita omena listalle
- lisää omena ostoslistalleintent:
name: HassShoppingListAddItemslots:
item: "omena "response: "omena lisätty"# Below sentences only work when the item is given without the whitespace in the end.
- sentences:
- lisää mun ostoslistalle omena
- laita miun ostoslistalle omenaintent:
name: HassShoppingListAddItemslots:
item: "omena"response: "omena lisätty"
The text was updated successfully, but these errors were encountered:
This is the error I get when running tests with:
pytest tests --language fi -k HassShoppingListAdd
I would expect all test go through, but the sentences where the word "omena" ("apple") is last, it needs to be added without the whitespace at end. The below works:
The text was updated successfully, but these errors were encountered: