We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07309e4 commit 02867a6Copy full SHA for 02867a6
tests/test_iwdr.py
@@ -2,7 +2,7 @@
2
3
import cwltool
4
import cwltool.factory
5
-from tests.util import get_data
+from .util import get_data
6
7
8
class TestInitialWorkDir(unittest.TestCase):
@@ -13,4 +13,4 @@ def test_newline_in_entry(self):
13
"""
14
f = cwltool.factory.Factory()
15
echo = f.make(get_data("tests/wf/iwdr-entry.cwl"))
16
- self.assertEqual(echo(message="hello"), {"out": "CONFIGVAR=hello\n"})
+ self.assertEqual(echo(message="hello"), {"out": "CONFIGVAR=hello\n"})
0 commit comments