MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_move_dir_to_dir_other_fs

Method test_move_dir_to_dir_other_fs

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

Source from the content-addressed store, hash-verified

2779
2780 @mock_rename
2781 def test_move_dir_to_dir_other_fs(self):
2782 # Move a dir inside an existing dir on another filesystem.
2783 self.test_move_dir_to_dir()
2784
2785 def test_move_dir_sep_to_dir(self):
2786 self._check_move_dir(self.src_dir + os.path.sep, self.dst_dir,

Callers

nothing calls this directly

Calls 1

test_move_dir_to_dirMethod · 0.95

Tested by

no test coverage detected