[ARVADOS] updated: 661cc25829ee78ef42dc4602648ae015a93c12e7

Git user git at public.curoverse.com
Thu Nov 3 11:57:49 EDT 2016


Summary of changes:
 sdk/cwl/tests/{_rootDesc.py => mock_discovery.py} | 0
 sdk/cwl/tests/test_job.py                         | 2 +-
 sdk/cwl/tests/test_make_output.py                 | 2 +-
 sdk/cwl/tests/test_pathmapper.py                  | 2 +-
 sdk/cwl/tests/test_submit.py                      | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename sdk/cwl/tests/{_rootDesc.py => mock_discovery.py} (100%)

       via  661cc25829ee78ef42dc4602648ae015a93c12e7 (commit)
      from  c910770668802d655a11f95979b5446fd9e34cbf (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 661cc25829ee78ef42dc4602648ae015a93c12e7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Nov 3 11:57:46 2016 -0400

    10448: Rename _rootDesc.py to mock_discovery.py

diff --git a/sdk/cwl/tests/_rootDesc.py b/sdk/cwl/tests/mock_discovery.py
similarity index 100%
rename from sdk/cwl/tests/_rootDesc.py
rename to sdk/cwl/tests/mock_discovery.py
diff --git a/sdk/cwl/tests/test_job.py b/sdk/cwl/tests/test_job.py
index 54b165b..f1c6ba0 100644
--- a/sdk/cwl/tests/test_job.py
+++ b/sdk/cwl/tests/test_job.py
@@ -10,7 +10,7 @@ import arvados
 import arvados_cwl
 import cwltool.process
 from schema_salad.ref_resolver import Loader
-from ._rootDesc import get_rootDesc
+from .mock_discovery import get_rootDesc
 
 if not os.getenv('ARVADOS_DEBUG'):
     logging.getLogger('arvados.cwl-runner').setLevel(logging.WARN)
diff --git a/sdk/cwl/tests/test_make_output.py b/sdk/cwl/tests/test_make_output.py
index e86f6f3..0b08b2e 100644
--- a/sdk/cwl/tests/test_make_output.py
+++ b/sdk/cwl/tests/test_make_output.py
@@ -8,7 +8,7 @@ import unittest
 
 import arvados
 import arvados_cwl
-from ._rootDesc import get_rootDesc
+from .mock_discovery import get_rootDesc
 
 class TestMakeOutput(unittest.TestCase):
     def setUp(self):
diff --git a/sdk/cwl/tests/test_pathmapper.py b/sdk/cwl/tests/test_pathmapper.py
index f614465..3b6af04 100644
--- a/sdk/cwl/tests/test_pathmapper.py
+++ b/sdk/cwl/tests/test_pathmapper.py
@@ -12,7 +12,7 @@ import arvados.collection
 import arvados_cwl
 
 from cwltool.pathmapper import MapperEnt
-from ._rootDesc import get_rootDesc
+from .mock_discovery import get_rootDesc
 
 from arvados_cwl.pathmapper import ArvPathMapper
 
diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index 3f6f521..409557c 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -14,7 +14,7 @@ import arvados_cwl
 import arvados.keep
 
 from .matcher import JsonDiffMatcher
-from ._rootDesc import get_rootDesc
+from .mock_discovery import get_rootDesc
 
 _rootDesc = None
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list