[ARVADOS] updated: 1.3.0-712-g3332afccd
Git user
git at public.curoverse.com
Thu Apr 11 19:58:35 UTC 2019
Summary of changes:
sdk/cwl/tests/test_make_output.py | 60 +++++++++++++++++++--------------------
1 file changed, 30 insertions(+), 30 deletions(-)
via 3332afccd61fd457514eb5682f20de23870d40b1 (commit)
from 810fc3e7aab72aa5ae951141955b56f6d4e47cfd (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 3332afccd61fd457514eb5682f20de23870d40b1
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date: Thu Apr 11 15:58:21 2019 -0400
14723: Fixes trailing whitespace
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/sdk/cwl/tests/test_make_output.py b/sdk/cwl/tests/test_make_output.py
index 9002bb1df..127b3f372 100644
--- a/sdk/cwl/tests/test_make_output.py
+++ b/sdk/cwl/tests/test_make_output.py
@@ -97,33 +97,33 @@ class TestMakeOutput(unittest.TestCase):
# This output describes a single file listed in 2 different directories
_, runner.final_output_collection = runner.make_output_collection("Test output", ["foo"], "", { 'out': [
{
- 'basename': 'testdir1',
+ 'basename': 'testdir1',
'listing': [
- {
- 'basename': 'test.txt',
- 'nameroot': 'test',
- 'nameext': '.txt',
- 'location': 'keep:99999999999999999999999999999991+99/test.txt',
- 'class': 'File',
+ {
+ 'basename': 'test.txt',
+ 'nameroot': 'test',
+ 'nameext': '.txt',
+ 'location': 'keep:99999999999999999999999999999991+99/test.txt',
+ 'class': 'File',
'size': 16
}
- ],
+ ],
'location': '_:99999999999999999999999999999992+99',
'class': 'Directory'
- },
+ },
{
- 'basename': 'testdir2',
+ 'basename': 'testdir2',
'listing': [
{
- 'basename': 'test.txt',
- 'nameroot': 'test',
- 'nameext': '.txt',
- 'location': 'keep:99999999999999999999999999999991+99/test.txt',
- 'class':
- 'File',
+ 'basename': 'test.txt',
+ 'nameroot': 'test',
+ 'nameext': '.txt',
+ 'location': 'keep:99999999999999999999999999999991+99/test.txt',
+ 'class':
+ 'File',
'size': 16
}
- ],
+ ],
'location': '_:99999999999999999999999999999993+99',
'class': 'Directory'
}]})
@@ -146,25 +146,25 @@ class TestMakeOutput(unittest.TestCase):
# This output describes two literals with the same basename
_, runner.final_output_collection = runner.make_output_collection("Test output", ["foo"], "", [
- {
- 'lit':
+ {
+ 'lit':
{
- 'basename': 'a_file',
- 'nameext': '',
- 'nameroot': 'a_file',
- 'location': '_:f168fc0c-4291-40aa-a04e-366d57390560',
- 'class': 'File',
+ 'basename': 'a_file',
+ 'nameext': '',
+ 'nameroot': 'a_file',
+ 'location': '_:f168fc0c-4291-40aa-a04e-366d57390560',
+ 'class': 'File',
'contents': 'Hello file literal.'
}
},
{
- 'lit':
+ 'lit':
{
- 'basename': 'a_file',
- 'nameext': '',
- 'nameroot': 'a_file',
- 'location': '_:1728da8f-c64e-4a3e-b2e2-1ee356be7bc8',
- 'class': 'File',
+ 'basename': 'a_file',
+ 'nameext': '',
+ 'nameroot': 'a_file',
+ 'location': '_:1728da8f-c64e-4a3e-b2e2-1ee356be7bc8',
+ 'class': 'File',
'contents': 'Hello file literal.'
}
}])
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list