Przeglądaj źródła

[Tests] Fix previous commit errors

monf 8 lat temu
rodzic
commit
bb0c7e16dd
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      core/Tests/test_tts_module.py

+ 4 - 4
core/Tests/test_tts_module.py

@@ -49,10 +49,10 @@ class TestTTSModule(unittest.TestCase):
         def play_audio():
             pass
 
-        self.TTSMod.words = "kalliope"
-        settings = Settings(cache_path="/tmp/kalliope/tests")
-        self.TTSMod.settings = settings
-        self.TTSMod.play_audio
+        # self.TTSMod.words = "kalliope"
+        # settings = Settings(cache_path="/tmp/kalliope/tests")
+        # self.TTSMod.settings = settings
+        # self.TTSMod.play_audio
 
 
     def test_is_file_already_in_cache(self):