Skip to content
Snippets Groups Projects
Commit 8e4e9670 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update

parent 81646f39
No related branches found
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!229Resolve "Make IntelliO3-ts v1.0 available as reference"
Pipeline #58594 failed
......@@ -61,4 +61,5 @@ class AbstractReferenceb2share(AbstractReferenceModel):
check_path_and_create(tmp_download_path)
wget.download(f"{self.b2share_url}/{self.b2share_key}",
out=f"{tmp_download_path}{self.b2share_key}",
bar=self.bar_custom)
\ No newline at end of file
bar=self.bar_custom
)
......@@ -50,5 +50,6 @@ class TestAbstractReferenceb2share:
def test_bar_custom(self):
pass
@mock.patch(self, )
def test_download_from_b2share(self):
pass
\ No newline at end of file
......@@ -41,5 +41,5 @@ class TestIntelliO3Reference:
pass
def test_make_reference_available_locally(self):
pass
io3 = IntelliO3Reference("IntelliO3-test", "DummyExtraPath/")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment