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

Method test_move_dir_to_dir

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

Source from the content-addressed store, hash-verified

2799 self.test_move_dir()
2800
2801 def test_move_dir_to_dir(self):
2802 # Move a dir inside an existing dir on the same filesystem.
2803 self._check_move_dir(self.src_dir, self.dst_dir,
2804 os.path.join(self.dst_dir, os.path.basename(self.src_dir)))
2805
2806 @mock_rename
2807 def test_move_dir_to_dir_other_fs(self):

Callers 1

Calls 3

_check_move_dirMethod · 0.95
joinMethod · 0.45
basenameMethod · 0.45

Tested by

no test coverage detected