Skip to content

Commit ac89ae8

Browse files
committed
Merge branch 'main' of github.com:WEHI-ResearchComputing/FileSenderCli into 2026-06-maintenance
2 parents 41a097b + dac26fb commit ac89ae8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from filesender.benchmark import make_tempfile, make_tempfiles, benchmark
88
from unittest.mock import MagicMock
99

10-
1110
def count_files_recursively(path: Path) -> int:
1211
"""
1312
Returns a recursive count of the number of files within a directory. Subdirectories are not counted.
@@ -152,7 +151,6 @@ async def test_upload_semaphore(
152151
assert unlimited.time < limited.time
153152
assert unlimited.memory > limited.memory
154153

155-
156154
@pytest.mark.asyncio
157155
async def test_round_trip(base_url: str, username: str, apikey: str, recipient: str):
158156
"""

0 commit comments

Comments
 (0)