mirror of https://github.com/coqui-ai/TTS.git
run nosetests with --with-id and add a command to run only the failes
testspull/476/head
parent
f8e52965dd
commit
e5d757a9d3
5
Makefile
5
Makefile
|
@ -18,9 +18,12 @@ deps: ## install 🐸 requirements.
|
|||
pip install -r requirements.txt
|
||||
|
||||
test: ## run tests.
|
||||
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture
|
||||
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id
|
||||
./run_bash_tests.sh
|
||||
|
||||
test_failed: ## only run tests failed the last time.
|
||||
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --failed
|
||||
|
||||
style: ## update code style.
|
||||
black ${target_dirs}
|
||||
isort ${target_dirs}
|
||||
|
|
Loading…
Reference in New Issue