From 0f77603ead1e39106a254b06cd10cf0b6d9f9c05 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 22 Oct 2019 00:20:20 +0300 Subject: [PATCH] updated test runner --- .run_local_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index 460b437b..1f61fb3b 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -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