Testing update

This commit is contained in:
Eren
2018-08-13 15:02:30 +02:00
parent a15b3ec9a1
commit 73c3ab546d
4 changed files with 14 additions and 5 deletions
+2
View File
@@ -9,6 +9,8 @@ from TTS.datasets import LJSpeech, Kusal
file_path = os.path.dirname(os.path.realpath(__file__))
c = load_config(os.path.join(file_path, 'test_config.json'))
ok_kusal = os.path.exists(c.data_path_Kusal)
ok_ljspeech = os.path.exists(c.data_path_LJSpeech)
class TestLJSpeechDataset(unittest.TestCase):