aboutsummaryrefslogtreecommitdiff
path: root/test/requests/run-integration-tests.py
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-02-23 17:36:29 +0300
committerPjotr Prins2018-03-26 09:29:29 +0000
commit20d9af4812426e4457e7417cfcea601c1a870168 (patch)
tree1d48a0228ffdb2df43ff66e5fd4985972881724b /test/requests/run-integration-tests.py
parent7ea87a27735242889ac369dcbd5aec83a1e1caff (diff)
downloadgenenetwork2-20d9af4812426e4457e7417cfcea601c1a870168.tar.gz
Add new tests for orcid logins
Diffstat (limited to 'test/requests/run-integration-tests.py')
-rw-r--r--test/requests/run-integration-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requests/run-integration-tests.py b/test/requests/run-integration-tests.py
index fc795779..5e816549 100644
--- a/test/requests/run-integration-tests.py
+++ b/test/requests/run-integration-tests.py
@@ -1,5 +1,6 @@
import sys
from test_login_local import TestLoginLocal
+from test_login_orcid import TestLoginOrcid
from test_login_github import TestLoginGithub
from test_registration import TestRegistration
from unittest import TestSuite, TextTestRunner, TestLoader
@@ -8,6 +9,7 @@ test_cases = [
TestRegistration
, TestLoginLocal
, TestLoginGithub
+ , TestLoginOrcid
]
def suite(gn2_url, es_url):