mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user