mycroft-core/test/unittests
Kris Gesling 89cfad7943
Check if GUI is connected rather than maintain list of platforms (#3025)
* Check if GUI is connected rather than maintain list of platforms

There are already many Mycroft platforms that have GUIs
and this will only grow. We want to know if the device
has a GUI connected rather than if it is in a pre-defined
list of platforms.

* Create a mock GUI with a settable connected attribute
2021-11-24 14:51:10 +09:30
..
api Upgrade from pycodestyle to flake8 2019-11-19 23:07:52 +01:00
audio Rename to get_temp_path and add docstring 2021-04-30 16:49:59 +09:30
client Bugfix/issue 2563 (#2692) 2020-09-22 15:01:01 +09:30
configuration Upgrade from pycodestyle to flake8 2019-11-19 23:07:52 +01:00
dialog remove previously deprecated DialogLoader class 2020-08-18 22:56:34 +09:30
enclosure Extend GUI interface unittests 2021-02-04 16:12:22 +09:30
lock Rename to get_temp_path and add docstring 2021-04-30 16:49:59 +09:30
messagebus remove deprecated ThreadedEventEmitter 2020-08-18 16:00:51 +09:30
regex_test Separate tests into unittests and integrationtests 2017-08-17 02:05:02 -05:00
res/text/en-us new code to consolidate TTS cache handling into one module. 2021-03-10 13:38:17 -06:00
skills Check if GUI is connected rather than maintain list of platforms (#3025) 2021-11-24 14:51:10 +09:30
stt Issue-2516 - Use requests.post kwarg to pass URL params 2020-04-27 03:23:07 -04:00
tts Fix TTS using the returned path 2021-07-02 08:34:03 +02:00
util [log_format] Add an option to change the log format (#3016) 2021-10-29 14:59:22 +09:30
version Update test to match change 2020-04-02 19:29:31 +02:00
vocab_test Separate tests into unittests and integrationtests 2017-08-17 02:05:02 -05:00
__init__.py Separate tests into unittests and integrationtests 2017-08-17 02:05:02 -05:00
base.py Added licensing headers to files missing them. 2019-08-23 16:07:46 +02:00
mocks.py Move AnyCallable to common location 2021-02-14 14:20:58 +01:00