mirror of
https://github.com/wassname/TTS.git
synced 2026-09-24 13:10:16 +08:00
Mass refactoring
This commit is contained in:
+9
-3
@@ -14,9 +14,15 @@ if [[ "$TEST_SUITE" == "unittest" ]]; then
|
||||
pushd tts_namespace
|
||||
nosetests TTS.speaker_encoder.tests --nocapture
|
||||
nosetests TTS.vocoder.tests --nocapture
|
||||
nosetests TTS.tests --nocapture
|
||||
nosetests TTS.tf.tests --nocapture
|
||||
nosetests TTS.tts.tests --nocapture
|
||||
nosetests TTS.tts.tf.tests --nocapture
|
||||
popd
|
||||
fi
|
||||
|
||||
if [[ "$TEST_SUITE" == "testscripts" ]]; then
|
||||
# Test server package
|
||||
./tests/test_server_package.sh
|
||||
./tts/tests/test_server_package.sh
|
||||
# test model training scripts
|
||||
./tts/tests/test_tts_train.sh
|
||||
./vocoder/tests/test_vocoder_train.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user