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

Method test_move_dir_to_dir

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

Source from the content-addressed store, hash-verified

2773 self.test_move_dir()
2774
2775 def test_move_dir_to_dir(self):
2776 # Move a dir inside an existing dir on the same filesystem.
2777 self._check_move_dir(self.src_dir, self.dst_dir,
2778 os.path.join(self.dst_dir, os.path.basename(self.src_dir)))
2779
2780 @mock_rename
2781 def test_move_dir_to_dir_other_fs(self):

Callers 1

Calls 3

_check_move_dirMethod · 0.95
basenameMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected