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 0e88f37 commit e72b1f3Copy full SHA for e72b1f3
tests/test_pssh_client.py
@@ -362,6 +362,7 @@ def test_pssh_copy_file(self):
362
msg="SFTP copy failed")
363
for filepath in [local_filename, remote_filename]:
364
os.unlink(filepath)
365
+ shutil.rmtree(remote_test_dir)
366
del client
367
368
def test_pssh_client_directory(self):
@@ -472,6 +473,7 @@ def test_pssh_copy_file_to_local(self):
472
473
474
for filepath in [remote_filename, local_filename]:
475
476
+ shutil.rmtree(local_test_dir)
477
478
server.join()
479
0 commit comments