aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPjotr Prins2020-04-26 12:32:46 -0500
committerPjotr Prins2020-04-26 12:32:46 -0500
commit14d49450c47e8ef3b34bca9e759acd371319a854 (patch)
tree3f45b7455ec114ebdd9fdd2f2c4a92c9eb3cf756 /test
parent33e2e09d00881de9b07274bc52b58587e5135cab (diff)
parent15d8e24da26cf6d42d1bdb8a9a189b9ec061d147 (diff)
downloadgenenetwork2-master.tar.gz
Merge master and testingmaster
Diffstat (limited to 'test')
-rw-r--r--test/requests/mapping_tests.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/requests/mapping_tests.py b/test/requests/mapping_tests.py
index 8eb19de7..6de81bfe 100644
--- a/test/requests/mapping_tests.py
+++ b/test/requests/mapping_tests.py
@@ -11,16 +11,6 @@ def load_data_from_file():
file_data = json.loads(file_handle.read().encode("utf-8"))
return file_data
-def check_pylmm_tool_selection(host, data):
- print("")
- print("pylmm mapping tool selection")
- data["method"] = "pylmm"
- page = requests.post(host+"/marker_regression", data=data)
- doc = fromstring(page.text)
- form = doc.forms[1]
- assert form.fields["dataset"] == "HC_M2_0606_P"
- assert form.fields["value:BXD1"] == "15.034" # Check value in the file
-
def check_R_qtl_tool_selection(host, data):
print("")
print("R/qtl mapping tool selection")