aboutsummaryrefslogtreecommitdiff
path: root/wqflask/tests
diff options
context:
space:
mode:
authorzsloan2021-05-12 18:15:49 +0000
committerzsloan2021-05-12 18:15:49 +0000
commit82c139048e1f7f34b29d2c040866e1bc5ea02134 (patch)
treeb0b61fe2503d737c3e611fef93659b9194297f42 /wqflask/tests
parent1efc014dd5efc34d95b536f51f8a1de914069e20 (diff)
parentc4ec08c1b544c05cce1c1247b8bc1afb741643e4 (diff)
downloadgenenetwork2-82c139048e1f7f34b29d2c040866e1bc5ea02134.tar.gz
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'wqflask/tests')
-rw-r--r--wqflask/tests/unit/wqflask/correlation/test_correlation_gn3.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/wqflask/tests/unit/wqflask/correlation/test_correlation_gn3.py b/wqflask/tests/unit/wqflask/correlation/test_correlation_gn3.py
new file mode 100644
index 00000000..e1bd6d86
--- /dev/null
+++ b/wqflask/tests/unit/wqflask/correlation/test_correlation_gn3.py
@@ -0,0 +1,14 @@
+"""this module contains tests for code used in integrating to gn3 api"""
+from unittest import TestCase
+from base.data_set import create_dataset
+
+class TestCorrelation(TestCase):
+
+ def test_create_dataset(self):
+ """test for creating datasets"""
+
+ pass
+ def test_fetch_dataset_info(self):
+ """test for fetching dataset info data"""
+
+ pass