File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def setUpClass(cls):
30
30
31
31
# client for the swagger API methods
32
32
cls .client = WESClient ({'auth' : '' , 'proto' : 'http' , 'host' : 'localhost:8080' })
33
-
33
+
34
34
# manual test (wdl only working locally atm)
35
35
cls .manual = False
36
36
@@ -58,14 +58,14 @@ def test_dockstore_md5sum(self):
58
58
json_input = self .cwl_json_input ,
59
59
workflow_attachment = self .cwl_attachments )
60
60
self .assertTrue (check_for_file (outfile_path ), 'Output file was not found: ' + str (outfile_path ))
61
-
61
+
62
62
def test_local_md5sum (self ):
63
63
"""LOCAL md5sum cwl to the wes-service server, and check for the correct output."""
64
64
outfile_path , run_id = self .run_md5sum (wf_input = self .cwl_local_path ,
65
65
json_input = self .cwl_json_input ,
66
66
workflow_attachment = self .cwl_attachments )
67
67
self .assertTrue (check_for_file (outfile_path ), 'Output file was not found: ' + str (outfile_path ))
68
-
68
+
69
69
def test_run_attachments (self ):
70
70
"""LOCAL md5sum cwl to the wes-service server, check for attachments."""
71
71
outfile_path , run_id = self .run_md5sum (wf_input = self .cwl_local_path ,
You can’t perform that action at this time.
0 commit comments