Model zoo tests (#900)

* Fix VITS model multi-speaker init

* Remove gdrive support in model manager

* Add model zoo tests
This commit is contained in:
Eren Gölge
2021-10-29 17:54:16 +02:00
committed by GitHub
parent aaaa591485
commit 2df0752e73
7 changed files with 103 additions and 43 deletions
+3
View File
@@ -23,6 +23,9 @@ test_aux: ## run aux tests.
nosetests tests.aux_tests -x --with-cov -cov --cover-erase --cover-package TTS tests.aux_tests --nologcapture --with-id
./run_bash_tests.sh
test_zoo: ## run zoo tests.
nosetests tests.zoo_tests -x --with-cov -cov --cover-erase --cover-package TTS tests.zoo_tests --nologcapture --with-id
test_failed: ## only run tests failed the last time.
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --failed