Skip to content

Commit

Permalink
Merge pull request #15 from uburuntu/master
Browse files Browse the repository at this point in the history
Fix: update responses dataset in tests
  • Loading branch information
mahenzon authored Apr 10, 2022
2 parents c091b8a + 67dfeba commit 27c10df
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Python tests

on: [push]
on: [push, pull_request]

jobs:
unit-tests:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
15 changes: 15 additions & 0 deletions tests/_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"end_session": False
},
"session": BASE_SESSION,
"session_state": {},
"user_state_update": {},
"application_state": {},
"version": "1.0"
}

Expand All @@ -113,6 +116,9 @@
"end_session": False
},
"session": BASE_SESSION,
"session_state": {},
"user_state_update": {},
"application_state": {},
"version": "1.0"
}

Expand Down Expand Up @@ -184,6 +190,9 @@
"end_session": False
},
"session": BASE_SESSION,
"session_state": {},
"user_state_update": {},
"application_state": {},
"version": "1.0"
}

Expand All @@ -195,6 +204,9 @@
"end_session": False
},
"session": BASE_SESSION,
"session_state": {},
"user_state_update": {},
"application_state": {},
"version": "1.0"
}

Expand All @@ -219,6 +231,9 @@
'skill_id': '94d16-a32f-4932-9f5e-354d31f71998',
'user_id': 'CFC516B0EC123B86C78532BCEC1C33CBF05D54EF15C8001B52628EF49F580'
},
"session_state": {},
"user_state_update": {},
"application_state": {},
'version': '1.0'
}

Expand Down

0 comments on commit 27c10df

Please sign in to comment.