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 aa9efde commit 192f9daCopy full SHA for 192f9da
end-to-end-tests/tests.py
@@ -11,15 +11,15 @@
11
12
13
class TestE2E(unittest.TestCase):
14
- def test_send_file(self):
+ def test_send_file(self) -> None:
15
sysrsync.run(source="end-to-end-tests/test-cases/test_file",
16
destination="/tmp/target_test_file",
17
destination_ssh="test@openssh-server",
18
private_key="end-to-end-tests/keys/test-key",
19
rsh_port=2222,
20
strict_host_key_checking=False)
21
22
- def test_send_file_with_spaces(self):
+ def test_send_file_with_spaces(self) -> None:
23
sysrsync.run(source="end-to-end-tests/test-cases/file with spaces",
24
25
0 commit comments