mycroft-core/test/unittests/skills
Kris Gesling a399b19fd6
Merge pull request #2849 from forslund/refactor/clean-intent-service
Remove intent-service backwards compatibilities
2021-03-11 15:26:26 +09:30
..
empty_dir Separate tests into unittests and integrationtests 2017-08-17 02:05:02 -05:00
intent_file/vocab/en-us Update test cases for the new resource loading 2018-08-27 13:42:46 +02:00
locale/en-us Expand .voc files in MycroftSkill.voc_match() 2019-02-22 18:49:01 +01:00
settings Fix skill settings test (broke in rebase) 2017-08-17 02:05:02 -05:00
test_skill Basic tests for get_response based skill methods 2021-02-14 17:18:20 +01:00
translate Add tests for MycroftSkill translate methods 2019-12-29 14:25:09 +01:00
__init__.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
decorator_test_skill.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
test_audioservice.py Add test for Audioservice.track_info() 2020-02-05 13:13:17 +01:00
test_common_play_skill.py Move AnyCallable to common location 2021-02-14 14:20:58 +01:00
test_common_query_skill.py Move AnyCallable to common location 2021-02-14 14:20:58 +01:00
test_context.py Add tests for context decorators 2020-05-11 06:50:36 +02:00
test_event_container.py Store correct function for once events 2019-09-30 13:31:53 +02:00
test_event_scheduler.py switch deprecated EventEmitter to other classes 2020-08-18 15:58:42 +09:30
test_fallback_skill.py Fix remove_fallback() 2020-05-19 10:51:53 +02:00
test_intent_service.py Remove intent-service backwards compatibility 2021-03-07 12:59:59 +01:00
test_intent_service_interface.py Rename Message type arg to msg_type 2019-09-02 13:30:55 +02:00
test_mycroft_skill.py Issue-2567 - Fixing not initialized dialog_render (#2685) 2020-09-15 22:10:39 +09:30
test_mycroft_skill_get_response.py Basic tests for get_response based skill methods 2021-02-14 17:18:20 +01:00
test_settings.py Add test for cancelling the download timer 2020-05-27 22:08:14 +02:00
test_skill_api.py Add test cases for the SkillApi 2021-02-08 07:37:50 +01:00
test_skill_loader.py remove deprecated Settings class and any code in core that references it. 2020-02-27 08:07:07 +01:00
test_skill_manager.py Remove is_alive and all_loaded registration test 2021-01-28 17:24:21 +01:00
test_skill_updater.py Changed skill manager and updater to reflect changes to MSM. 2019-08-23 16:07:26 +02:00