From 824d769b1b1f55a018b380f6631f11727339a018 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Thu, 20 Oct 2016 18:22:50 -0700 Subject: [PATCH] Add feature generation tests to test runner --- fpsd/run_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fpsd/run_tests.py b/fpsd/run_tests.py index 52b8b829..89f899f6 100755 --- a/fpsd/run_tests.py +++ b/fpsd/run_tests.py @@ -7,3 +7,4 @@ call(["python3.5", "-m", "unittest", "-f", "-v", "test.test_sketchy_sites"]) call(["python3.5", "-m", "unittest", "-f", "-v", "test.test_utils"]) call(["python3.5", "-m", "unittest", "-f", "-v", "test.test_database_methods"]) +call(["python3.5", "-m", "unittest", "-f", "-v", "test.test_features"])