Skip to content
Snippets Groups Projects
Commit a600d7f8 authored by Aarón Pérez's avatar Aarón Pérez
Browse files

Update testcases/test_CoSim.py, testcases/test_PyUnicoreManager.py,...

Update testcases/test_CoSim.py, testcases/test_PyUnicoreManager.py, testcases/test_Siibra.py, testcases/test_EBRAINS.py, testcases/test_Bucket.py, testcases/requirements.txt
parent de77d434
Branches main
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ pyunicoremanager
tvb-data
tvb-library
psutil
#-i https://test.pypi.org/simple/ openid-http-client
\ No newline at end of file
#-i https://test.pypi.org/simple/ openid-http-client
......@@ -17,4 +17,4 @@ class TestBucket():
all_repos = []
dropdown_options = [(repo.name, repo) for repo in all_repos]
assert dropdown_options
\ No newline at end of file
assert dropdown_options
......@@ -31,4 +31,4 @@ class TestCoSim():
print(result["stderr"].split('\n'))
print(result["stdout"].split('\n'))
assert len(result["stderr"]) == 0
\ No newline at end of file
......@@ -12,4 +12,4 @@ class TestEBRAINS():
assert len(all_repos) >=0
\ No newline at end of file
......@@ -61,4 +61,4 @@ class TestPyUnicoreManager():
username = pym.client.access_info()['xlogin']['UID']
filesToUpload = [[file_localpath, os.path.join(username,file)]] # [[B <- A],...]
assert pym.uploadFiles(filesToUpload) == True
\ No newline at end of file
assert pym.uploadFiles(filesToUpload) == True
......@@ -30,4 +30,4 @@ class TestSiibra():
atlas = siibra.atlases.MULTILEVEL_HUMAN_ATLAS
julichmap = atlas.get_map(space='mni152', maptype='labelled')
assert julichmap is not None
\ No newline at end of file
assert julichmap is not None
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment