-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor/ocp_utils #216
refactor/ocp_utils #216
Conversation
745059b
to
fa712e9
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #216 +/- ##
==========================================
+ Coverage 39.30% 41.54% +2.23%
==========================================
Files 31 31
Lines 2801 3004 +203
==========================================
+ Hits 1101 1248 +147
- Misses 1700 1756 +56 ☔ View full report in Codecov by Sentry. |
move the MediaType and Playlist model to utils so they can be reused across ovos modules skills will then be able to return these objects directly in the ocp decorators
65fb862
to
451432c
Compare
np = [m3, m, m2] | ||
assert p == np | ||
assert np == p | ||
assert p == p.entries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO convert these into unittests
refactor/ocp_models
move the MediaType and Playlist model to utils so they can be reused across ovos modules
skills will then be able to return these objects directly in the ocp decorators