We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6514ff5 commit 98fdc8cCopy full SHA for 98fdc8c
tests/test_cwl_run.py
@@ -14,6 +14,8 @@ def _cwl_file(name):
14
return os.path.normpath(os.path.join(CWL_DRAFT2_DIR, name))
15
16
17
+# TODO: Improve these tests so they actually check something instead
18
+# of just arbitrarily exercising the code.
19
class CwlRunTestCase(CliTestCase):
20
21
@skip_unless_python_2_7()
@@ -42,4 +44,3 @@ def test_run_cat_conformance(self):
42
44
job_path,
43
45
]
46
self._check_exit_code(test_cmd)
- assert False
0 commit comments