mycroft-core/test
Åke 8e495870c2 Feature/skill manager error checks (#1981)
* Attempt to create skill directory if not existing

* Handle missing priority skills

* Minor update of comments

* Handle skill load exception

Make sure an exception while trying to load/reload skill doesn't shutdown thread.

* Handle MsmException during SkillManager creation

If SkillManager can't be created due to an MsmException wait for network connection and retry.

* Update immediately if skill install file is missing

Missing skill install file indicates that this is a new venv and the requirements of the skills will need to be reinstalled.

* Add basic test for skill_manager

Basically only creating the skill_manager but it ensures that msm can be used on all supported python versions
2019-02-28 00:18:48 -06:00
..
integrationtests Fix typo: "excepected" > "expected" 2019-02-24 17:04:14 +09:30
unittests Feature/skill manager error checks (#1981) 2019-02-28 00:18:48 -06:00
__init__.py __init__.py must be present 2017-08-17 02:05:02 -05:00
util.py Make use of the default config when testing. 2018-06-07 19:57:09 +02:00