Thanks to visit codestin.com Credit goes to github.com
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 7fa4aa8 commit 5b263f3Copy full SHA for 5b263f3
tests/test_remote.py
@@ -226,7 +226,7 @@ def test_read_binary__spec__unk_file(self):
226
227
def test_get_file_size(self):
228
"""
229
- Test LocalOperations::get_file_size.
+ Test RemoteOperations::get_file_size.
230
231
filename = __file__ # current file
232
@@ -239,7 +239,7 @@ def test_get_file_size(self):
239
240
def test_get_file_size__unk_file(self):
241
242
243
244
245
with pytest.raises(ExecUtilException, match=re.escape("du: cannot access '/dummy': No such file or directory")):
0 commit comments