From 57274b8331cca2fda92b197ce817610214927da0 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Fri, 18 Oct 2019 15:38:56 +0200 Subject: [PATCH] updated test runner --- .run_local_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index 831a3a55..460b437b 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -2,5 +2,6 @@ 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 report -m