mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
add test_all to makefile
This commit is contained in:
@@ -16,6 +16,10 @@ dev-deps: ## install development deps
|
||||
deps: ## install 🐸 requirements.
|
||||
pip install -r requirements.txt
|
||||
|
||||
test_all: ## run tests and don't stop on an error.
|
||||
nosetests --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id
|
||||
./run_bash_tests.sh
|
||||
|
||||
test: ## run tests.
|
||||
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id
|
||||
./run_bash_tests.sh
|
||||
|
||||
Reference in New Issue
Block a user