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

Method test_move_dir_other_fs

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

Source from the content-addressed store, hash-verified

2795
2796 @mock_rename
2797 def test_move_dir_other_fs(self):
2798 # Move a dir to another location on another filesystem.
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.

Callers

nothing calls this directly

Calls 1

test_move_dirMethod · 0.95

Tested by

no test coverage detected