-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
improve skill loading #245
Conversation
This should probably be ported to ovos-workshop |
43f74e9
to
1f8412b
Compare
Unit test fixes: #261 |
* Update logging to prevent Type Errors in testing Add back `self.loaded` set in skill_loader.py Add new bus handlers to test_skill_manager.py * compare set of events to avoid order-related errors * Update unit test mocking Debug skill_loader changes * Replace list event comparison
Codecov Report
@@ Coverage Diff @@
## dev #245 +/- ##
==========================================
+ Coverage 50.35% 52.78% +2.42%
==========================================
Files 119 156 +37
Lines 10077 8145 -1932
==========================================
- Hits 5074 4299 -775
+ Misses 5003 3846 -1157
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Is the connectivity events plugin a missing dependency here?
I never got a mycroft.ready
event emitted
Add debug logging
More logging
… manager Add network and internet skills to default ready_settings
Need to troubleshoot logged errors when loading plugins:
|
Allow infinite wait for internet connection
companion PR to OpenVoiceOS/OVOS-workshop#36
integrates with https://github.com/OpenVoiceOS/ovos-PHAL-plugin-connectivity-events
usage