diff options
author | Zachary Sloan | 2013-08-22 18:18:11 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-08-22 18:18:11 -0500 |
commit | c5fc931621707865357ace4b637db7481e0be552 (patch) | |
tree | 2d09c4bc3c6812fda40eb2df3f0e0595d9bfdb29 /webtests/test_runner.py | |
parent | 73ad2b41c0f9ca45b06de467400184f7b1bd9d91 (diff) | |
download | genenetwork2-c5fc931621707865357ace4b637db7481e0be552.tar.gz |
Added show_trait_js_test to the tests run by test_runner
Fixed the part of show_trait_js_test that checks that the
style is "display: none;"
Diffstat (limited to 'webtests/test_runner.py')
-rw-r--r-- | webtests/test_runner.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webtests/test_runner.py b/webtests/test_runner.py index d2d6339d..ef6d0d69 100644 --- a/webtests/test_runner.py +++ b/webtests/test_runner.py @@ -4,9 +4,10 @@ import unittest import doctest import glob -#tests = ("correlation_test", -# "correlation_matrix_test", -# "marker_regression_test") +tests = ("correlation_test", + "correlation_matrix_test", + "marker_regression_test", + "show_trait_js_test") def main(): |