From cdc6e6a4bb843ab6406c363a485cc093343dce57 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 5 Oct 2019 13:47:33 -0400 Subject: [PATCH] Update .run_local_tests.sh --- .run_local_tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index 23e96865ec..d69c22c373 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -1,3 +1,5 @@ +# use this to run tests rm -rf tests/save_dir* rm -rf tests/mlruns_* -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 examples -v --doctest-modules +coverage report -m