aboutsummaryrefslogtreecommitdiff
path: root/webtests/marker_regression_test.py
diff options
context:
space:
mode:
authorZachary Sloan2013-08-16 18:06:24 -0500
committerZachary Sloan2013-08-16 18:06:24 -0500
commitb9ccccf8d1cf47c33afbbb0c05d56d7a0f5039e3 (patch)
tree3e0773ff34b2020d6c121024f5ca083072e4fe0c /webtests/marker_regression_test.py
parent99a0faffb1a42a379b72a4572088c1ad588fca3e (diff)
downloadgenenetwork2-b9ccccf8d1cf47c33afbbb0c05d56d7a0f5039e3.tar.gz
Created a file (test_runner.py) that runs every test in the
directory in a row and reports the results
Diffstat (limited to 'webtests/marker_regression_test.py')
-rw-r--r--webtests/marker_regression_test.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/webtests/marker_regression_test.py b/webtests/marker_regression_test.py
index 8932ec95..c4f76f53 100644
--- a/webtests/marker_regression_test.py
+++ b/webtests/marker_regression_test.py
@@ -1,7 +1,6 @@
"""
Test calculate correlations
->>> test = Test()
>>> test.get("http://genenetwork.org")
title: GeneNetwork
@@ -49,10 +48,8 @@ text: 11.511
"""
-from __future__ import print_function, division, absolute_import
+from __future__ import absolute_import, division, print_function
-from browser_test import Test
+from browser_run import *
-if __name__ == '__main__':
- import doctest
- doctest.testmod()
+testmod()