MCPcopy Index your code
hub / github.com/python/cpython / test_move_file_other_fs

Method test_move_file_other_fs

Lib/test/test_shutil.py:2779–2781  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2777
2778 @mock_rename
2779 def test_move_file_other_fs(self):
2780 # Move a file to an existing dir on another filesystem.
2781 self.test_move_file()
2782
2783 @mock_rename
2784 def test_move_file_to_dir_other_fs(self):

Callers

nothing calls this directly

Calls 1

test_move_fileMethod · 0.95

Tested by

no test coverage detected