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 2f4196e commit 8c27636Copy full SHA for 8c27636
tests/test_js_sandbox.py
@@ -9,7 +9,7 @@
9
# we should modify the subprocess imported from cwltool.sandboxjs
10
from cwltool.sandboxjs import (check_js_threshold_version,
11
subprocess)
12
-from tests.util import get_data
+from .util import get_data
13
14
15
class Javascript_Sanity_Checks(unittest.TestCase):
tests/test_parallel.py
@@ -7,7 +7,7 @@
7
import cwltool.factory
8
from cwltool.executors import MultithreadedJobExecutor
from cwltool.utils import onWindows
class TestParallel(unittest.TestCase):
0 commit comments