updated test runner

This commit is contained in:
William Falcon 2019-10-22 00:20:20 +03:00
parent 4103a5ca73
commit 0f77603ead
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ rm -rf _ckpt_*
rm -rf tests/save_dir*
rm -rf tests/mlruns_*
rm -rf tests/tests/*
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests pl_examples -v --doctest-modules
coverage report -m