We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defc572 commit 773f83bCopy full SHA for 773f83b
clients/python/test/e2e/test_files_api.py
@@ -32,6 +32,7 @@ def _hash_file(file: Path) -> str:
32
return sha256.hexdigest()
33
34
35
+@skip_if_osparc_version(at_least=Version("0.8.0"))
36
def test_upload_file(
37
create_tmp_file: Callable[[ByteSize], Path], api_client: osparc.ApiClient
38
) -> None:
@@ -94,6 +95,7 @@ def max_diff(data: List[int]) -> int:
94
95
files_api.delete_file(uploaded_file1.id)
96
97
98
99
@pytest.mark.parametrize("use_checksum", [True, False])
100
@pytest.mark.parametrize("use_id", [True, False])
101
def test_search_files(
0 commit comments