Add text processing tests

This commit is contained in:
Eren Gölge 2022-02-22 15:08:38 +01:00
parent 9063397892
commit 7de5afc29a
1 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,9 @@ inference_tests: ## run inference tests.
data_tests: ## run data tests.
nosetests tests.data_tests -x --with-cov -cov --cover-erase --cover-package TTS tests.data_tests --nologcapture --with-id
test_text: ## run text tests.
nosetests tests.text_tests -x --with-cov -cov --cover-erase --cover-package TTS tests.text_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