Skip to content

Commit

Permalink
rebase into scatter...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jul 19, 2017
1 parent d83d4d7 commit b48bc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/api/test_workflows_cwl.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def test_count_line2_v1(self):
"""Test simple workflow v1.0/count-lines2-wf.cwl."""
self._run_count_lines_wf("v1.0/count-lines2-wf.cwl")

def test_count_lines3_v1(self):
pass

def _run_count_lines_wf(self, wf_path):
load_response = self._load_workflow(wf_path)
self._assert_status_code_is(load_response, 200)
Expand Down

0 comments on commit b48bc2e

Please sign in to comment.