[ARVADOS] updated: efd0065027f09031c28d1da41cf5fc4e226ce098
Git user
git at public.curoverse.com
Mon Mar 14 12:21:35 EDT 2016
Summary of changes:
sdk/cwl/tests/test_job.py | 2 ++
1 file changed, 2 insertions(+)
via efd0065027f09031c28d1da41cf5fc4e226ce098 (commit)
from d458444b6de03c10dcddc80882887dab1d67b201 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit efd0065027f09031c28d1da41cf5fc4e226ce098
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Mar 14 12:21:31 2016 -0400
Fix cwl-runner tests. refs #8673
diff --git a/sdk/cwl/tests/test_job.py b/sdk/cwl/tests/test_job.py
index 0b38db2..f552cd8 100644
--- a/sdk/cwl/tests/test_job.py
+++ b/sdk/cwl/tests/test_job.py
@@ -8,6 +8,7 @@ class TestJob(unittest.TestCase):
# Hence the default resources will apply: {'cores': 1, 'ram': 1024, 'outdirSize': 1024, 'tmpdirSize': 1024}
def test_run(self):
runner = mock.MagicMock()
+ runner.project_uuid = "zzzzz-8i9sb-zzzzzzzzzzzzzzz"
tool = {
"inputs": [],
"outputs": [],
@@ -41,6 +42,7 @@ class TestJob(unittest.TestCase):
# For the remaining fields, the defaults will apply: {'cores': 1, 'ram': 1024, 'outdirSize': 1024, 'tmpdirSize': 1024}
def test_resource_requirements(self):
runner = mock.MagicMock()
+ runner.project_uuid = "zzzzz-8i9sb-zzzzzzzzzzzzzzz"
tool = {
"inputs": [],
"outputs": [],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list