Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Add feature generation tests to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Oct 21, 2016
1 parent dcc0566 commit 824d769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fpsd/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

0 comments on commit 824d769

Please sign in to comment.